Hello
I’ve styled the instagram button underneath the thumbnails to the clients corporate color but I can seem to get either the font color or the background color to change on hover; please advise. I’d like the background color to change to #666. Thanks :) The page in question is in the private area – on hover the font disappears and goes to the default a link color.
Hi webWahine!
Please add following code to Quick CSS
a.av-instagram-follow:hover {
background: #666;
color: white;
}
Regards,
Yigit
Perfect! Thanks :)