HI,
How do I change the color of the social icons from white to gold?
Hey terishka1,
I have checked your site and it seems you have already changed the social icon’s background color to gold, do you still need help with this?
Best regards,
Nikko
Yes, Do you see how when the site first loads the social icon color is white? I would like that gold and than when hovered white. When you scroll down it looks correct but just not when the site first loads.
Hi,
Please try this CSS as well:
#top .av_header_glassy.av_header_transparency .social_bookmarks li {
color: #e0b55a;
}
Best regards,
Rikard
Thanks, I tried that but the icons are still white.
Hi,
Please try this CSS instead:
#top .av_header_glassy.av_header_transparency .social_bookmarks li a, #top .av_header_glassy.av_header_transparency .social_bookmarks li a:before {
color: #e0b55a;
}
Best regards,
Rikard
Yes, That works better. How do I get the icon to become what on hover?
Hi terishka1,
Please try to add this CSS code:
#top .av_header_glassy.av_header_transparency .social_bookmarks li a:hover:before {
color: white;
}
Best regards,
Nikko