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

    Hi Enfold.

    As always love your theme, but need a little support on the burger menu.

    I have set full-page overlay menu with a transparent background using the following CSS.

    #mobile-advanced { background-color: rgba(255,255,255,0.7); }
    #mobile-advanced li { text-align: center; }

    However, the menu items seem to overlap one another – pls see screen grab.

    https://www.dropbox.com/s/srhbyah65so1jeu/LL-Mobile-Menu.png?dl=0

    Page http://www.labourline.com.au/labour-line-workforce-solutions

    Can you help?

    Thanks,

    #884604

    Hey tweetgeeb,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul li {
      padding:30px;
    }

    Best regards,
    Rikard

    #884906

    Hi Richard,

    It didn’t work on the full page overlay, so I changed it to minimal with 50% fly out and then updated the padding as required.

    Choosing this option now removes the transparent background – How would I change the background colour to be #061f3d transparent and then menu color white instead of the default blue?

    I’ve never had any issues with the burger menu before – so wondering what you think may of caused the menu items to overlap?

    Thanks again!

    #885388

    Hi,

    Please try this CSS instead:

    .av-burger-overlay-scroll {
        background: #061f3d !important;
    }
    
    #av-burger-menu-ul li .avia-menu-text {
        color:white !important;
    }

    I’m not sure what could have happened, did you do any customisations to the site?

    Best regards,
    Rikard

    #885889

    Thanks Richard. Looks great – was just hoping to make the blue background transparent also.

    #885997

    Hi,

    I’m not sure what you mean by that, do you mean that you want it semi transparent? If so then try this instead:

    .av-burger-overlay-scroll {
        background:rgba(255,255,255,0.5) !important;
    }

    You can convert your hex colour to rgba with tools online.

    Best regards,
    Rikard

    #886018

    Thank you, that is perfect. Pls close the ticket.

    #886367

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems, I’ll close this for now.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Burger Menu’ is closed to new replies.