Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #777499

    Ahoy,

    How do I change the icon color when it is hovered to white. I was the outside social media color the same but the color of my icon is very dark and is hard to see.

    I added this code already

    .social_bookmarks a {
    color: #eaeaea !important;
    }
    #777749

    Hey mcraig77,

    To specify that the color is for when the cursor hovers over the icon, please use this code:

    .social_bookmarks a:hover {
    color: #eaeaea !important;
    }

    I hope that helps!

    Cheers,
    Sarah

    #777985

    Cool that works. How do I change the color for the non-rollover icon in that area?

    #778041

    Hey!

    You have to remove the :hover

    .social_bookmarks a {
    color: #eaeaea !important;
    }

    Let us know if you need anything else.

    Best regards,
    Basilis

    #778127

    That didn’t seem to work on the glossy header. It is still white…

    #778141

    Hi,

    Please, clear your cache because I`ve checked your site and the hover color is gray. Check it here: http://prntscr.com/ewocv1

    Best regards,
    John Torvik

    #779020

    Perfect, Thanks!

    #779083

    Hi,

    We glad that your problem was solved! Let us if you have any question in the future.

    Best regards,
    John Torvik

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon Hover color’ is closed to new replies.