FlorinMarian Posted March 11, 2016 Share Posted March 11, 2016 Hello ! How can I modify that green button? (name and link). Thanks ! 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted March 14, 2016 Share Posted March 14, 2016 Hello, This can be done by using the following CSS overrides: .btn-success, .btn-success:active, .btn-success:focus { /* secondary button */ color: #000; background: #f0b945; border: none; } .btn-success:hover { color: #fff; background: #f0b945; border: none; } ^ The above is using a simple background, you can also use CSS3 gradients above in replacement of background: 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 14, 2016 Share Posted March 14, 2016 This can be done by using the following CSS overrides: i'm not sure that's what he wants to do - if he wants to change the name and link, then he's going to need to use an action hook. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted March 14, 2016 Share Posted March 14, 2016 i'm not sure that's what he wants to do - if he wants to change the name and link, then he's going to need to use an action hook. Oops by bad, I missed the (name and link). For anyone else stumbling across this thread my reply was for editing the colors of the button. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.