I just activated my transparent header on my website and something strange happened. I have the phone number and email address in the extra elements section set to color #018db0 and the social icons set to gray but for some reason all of those elements are now white. I do have these items set to show in white only when the transparent header is active. How do I make these items go back to their original colors when displayed on a mobile device?
Hey djshortkut!
try with this code:
#top .av_header_transparency #header_meta * {
color: #018db0 !important;
}
If that does not work you will need to find and remove this code in your Quick CSS/style.css:
#top .av_header_transparency #header_meta * {
color: white !important;
}
Cheers!
Andy
Thanks you can close this thread