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!
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!
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
Thanks! It worked.