Change color on buttons

  • Posted in : BookCard WP
  • kundemagasinet
    Participant

    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 :-)

    ahmetsali
    Keymaster

    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
Login and Registration Log in · Register