Tagged: extra elements, transparent header
I need to change the color of the Extra Elements Links (small bar above menu) for Transparent header, and leave the existing color for non tranparent pages and after scoll.
Hey John,
So you want to change the color prior to scrolling down?
Best regards,
Jordan Shannon
Yes. The current color is not visible with the image. I would like them white, but need them to stay current color when scrolling down.
Hi,
Add the following to quick css:
#header.av_header_transparency #header_meta .phone-info{
color:#fff!important;
}
Best regards,
Jordan Shannon
Thanks worked great. Add this for the social icons as well. #header.av_header_transparency #header_meta .phone-info, #header.av_header_transparency #header_meta .social_bookmarks li a {color:#fff!important;}
Hi,
Perfect! Thanks for sharing that snippet as well. If you need additional help, please let is know here in the forums.
Best regards,
Jordan Shannon