Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #614382

    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.

    #614392

    Hi webWahine!

    Please add following code to Quick CSS

    a.av-instagram-follow:hover {
        background: #666;
        color: white;
    }

    Regards,
    Yigit

    #614473

    Perfect! Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change hover on instagram widget’ is closed to new replies.