Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #752822

    Hi
    I find that when I set transparent header on mobile header secondary menu font is white (background also is white) and in that reason links are invisible
    Thank you in advanced

    #754076

    Hey Krzysztof,

    Do you want to change the background colour of the container? If so then please try this in Quick CSS:

    
    @media only screen and (max-width: 767px) {
    #header_meta {
      background:grey;
    }
    }

    Best regards,
    Rikard

    #754447

    Hi Rikard
    Thank you for help. It doesnt’ work
    Proper code should be that

    
    @media only screen and (max-width: 767px) {
    #header_meta .container {
      background:grey;
    }
    }

    Please close that ticket
    BR
    Krzysztof

    #754815

    Not at 100% of width

    #755500

    Hi Krzysztof,

    Thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header secondary menu white on mobile when set transparent header’ is closed to new replies.