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

    I’m using a transparent header, in addition to a Secondary Menu above the Main Menu.

    The secondary menu displays correctly on a PC(it is transparent and then is not stickied), however on a mobile, the background color does not show up properly.

    I am able to change the background color in the Advanced Styling section, and see it on mobile only by quickly scrolling to the top of the page, however then the color change disappears.

    Any help would be greatly appreciated.

    #665119

    For those interested, I was able to solve it with the following:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency * {
        color: #0095d6!important;
    }}
    
    #665832

    Hi,

    glad you could solve it and thanks for sharing. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Secondary Menu Background Color With Transparent Header on Mobile’ is closed to new replies.