I need the font-color looks different from my transparent header font color,want it to be white, and the color from mobile,in red.
and as you can see the social, Facebook, logo color is different from others, want to know how to fix it.
Also, the transparent header bottom border line color is missing.
Hey Faway,
Use this CSS code to control the social menu links when header is transparent and not:
#top .av_header_transparency #header_meta a{
color: blue;
}
#top #header_meta a{
color: red;
}
Best regards,
Josue