Change color on buttons Posted in : BookCard WP kundemagasinetParticipant 11 April 2014 at 13:38 #13460 Where can I change the “mouseover” color on the buttons and the “open” button on the frontpage. I would like another color than red, but where or how do I change this? Thanks :-) ahmetsaliKeymaster 15 April 2014 at 00:16 #13518 Hi, – to change button hover colors, try this custom css code; .btn:hover { color: #fff; background: #096; } – to change ribbon color, try this custom css code; .ribbon { background: #096; } .ribbon:before { border-color: #096; border-left-color: rgba(0, 0, 0, 0); } .ribbon strong { color: #fff; text-shadow: none; } Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item BookCard WP - 3D Folded vCard WordPress Themeby pixelwars Login and Registration Log in · Register