Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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!

  •  6,933
    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.