Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #666817

    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.

    mobile above top header font-color

    transparent header on Mac

    • This topic was modified 7 years, 8 months ago by Faway.
    #667031

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.