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;
}
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
Cool that works. How do I change the color for the non-rollover icon in that area?
Hey!
You have to remove the :hover
.social_bookmarks a {
color: #eaeaea !important;
}
Let us know if you need anything else.
Best regards,
Basilis
That didn’t seem to work on the glossy header. It is still white…
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
Perfect, Thanks!
Hi,
We glad that your problem was solved! Let us if you have any question in the future.
Best regards,
John Torvik