Tagged: Color, header, social bookmarks
Hi;
I would like to change the color of the social bookmarks in the main menue to white but like to have them black for the scrolled down header menue.
Thanks for any help,
Best,
Alex
Hi Alex,
The background of your header is white in all states, if the social icons are white then they won’t be visible.
Best regards,
Rikard
Hi,
I changed the design of the site anyways but the issue would still be interesting to know for the future.
How can I define a primary color for the social bookmark icons in the header (say red) and a secondary color (say black) once a scroll down happens?
Many thx.
Alex
Hi,
Thanks for the update.
Use this css code to change the initial and “scrolled” color of the social icons.
/* initial color */
#top .av_header_transparency .phone-info, #top .av_header_transparency .social_bookmarks li a {
color: red;
}
/* scrolled color */
.header_color .social_bookmarks a {
color: blue;
}
Best regards,
Ismael
Thanks a lot. It works!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon