I want to be able to not override the social icon colors in the theme header. Currently default shows header color and then mouseover shows social icon color.
Thx
Hey bwilbourne,
Sorry, may I ask for clarification please? How would you like your social icons to look like? In what way do you not want to override the social icons?
Typically, you can use Quick CSS to customize your social icons in the header. Like this:
#header .social_bookmarks a {color:gold !important;}
#header .social_bookmarks a:hover {color:white !important; background:red !important;}
You can change the color values to fit your preferences.
If you need further help, would you mind providing a precise link to your site, showing the elements in question? Thank you!
Best regards,
Sarah