Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396048

    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?

    #396400

    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

    #396492

    Thanks you can close this thread

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Font Color on Mobile Devices’ is closed to new replies.