Hi, we are trying to change the "Get Offer" hover color. See screenshot. Here is the code we tried. .btn-get-offer:hover, .btn-get-offer:focus, .btn-get-offer:active { background-color: #d12425; color: #fff; }
mengler12
You can try with this:
.offer-list .offer-coupon .btn-get-offer:hover, .offer-list .offer-coupon .btn-get-offer:focus, .offer-list .offer-coupon .btn-get-offer:active { background-color: #d12425; color: #fff; text-decoration: none; }
Worked well, thanks so much for that.saguaros
My pleasure!