Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #947033
How to Change Button BG Color When Hovered
Closed

Comments

  •  2
    marvinlim started the conversation

    Hi. On the http://codex-themes.com/thegem/shop-03/ under News & Posts, how do I change the "Read More" button's fill/background color when it's hovered? There's an outline border color and outline text color but no outline bg color and the Theme Options -> Colors -> Button Colors -> Hover Background Colors only works on flat buttons. Thanks!

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    body .justified-style-2 .gem-button.gem-button-style-outline:hover {
        border-color: #212121;
        background: #212121;
        color: #fff;
    }



    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    marvinlim replied

    Thanks! It worked.