How can I get the font color of the social media icons in the area above the menu to be white? I’ve played with all the parameters I could and each one knocks something else I need out and then it doesn’t work.
http://dev.relationshipsthatmatter.com/
thank you!
Hi gharding!
Please add following code to Quick CSS
#top .social_bookmarks li a { color: white; }
Best regards,
Yigit
that worked, thank you!
g