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

    Hi Support team,

    Thank you fo all your support so far. Victoria helped me with this thread here to make the extra elements on when using the transparent menu show the text. I just noticed on mobile on the page with the transparent menu the text does not show.

    I’m using this code

    .av_header_transparency .custom-header-meta a {
        color: #fff;
    }
    #1172065

    Hey beachcitiescryo,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .av_header_transparency .custom-header-meta a {
        color: #000 !important;
    }
    }

    Best regards,
    Rikard

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