Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #964284

    Hi, I set the header to Transparant glazzy header on each page of my website. However on mobile, it seems the whole hamburger menu becomes semi-transparant meaning you can’t read it anymore. How to solve this? Same goes for the header in the full width easy slider. The header is pressed to the bottom of the visual and is hardly visible anymore on mobile. Do you have a solution? Thanks and regards, Marijke

    #965439

    Hey Marijke82,

    Thank you for contacting us.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Transparent header in mobile */
    
     @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}
    
    /* End CSS */
    
    

    Please check this link for more info https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile

    Best regards,
    Vinay

    #966544

    It works. Thanks!

    #966983

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #967034

    You can close it. Thanks

    #967125

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hamburger menu transparant and therefore unreadible’ is closed to new replies.