Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #909111

    I am not able to set the burguer menu icon always visible no matter screen size as if always is on mobile size.

    I cheked Menu Items for Desktop – Display as icon but nothing happens

    You can check it on :

    Any solution?

    Thanks

    #909116

    Hey,

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

    .html_header_sidebar #header .av-main-nav > li {
        display: none;
    }
    .html_header_sidebar #top div .av-burger-menu-main {
        display: block!important;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #909133

    Thnks, but it keeps showing the logo.

    How can I Hide the logo and its space?

    #909135

    and it nots shows the menu when I click on the icon!

    #909143

    actually I have to scroll down to see the menu items…..

    #909170

    Hi devok,

    Do you want the header bar transparent?

    Best regards,
    Victoria

    #909195

    yes please!

    #909304

    Hi,

    I have checked it on my end and it seems the header area where the burger menu is located is already transparent. Let us know if you need further assistance :)

    Best regards,
    Nikko

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