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

    Hi,

    I need to put AVIA-Bullet “-” next to the burger icon on my enfold website.

    There is a sample of another enfold website.

    Please assist me.

    Thank you very much in advance.

    #1207146

    Hi Oref,

    Thanks for providing us screenshots and links to compare.
    Go to Enfold > Main Menu > Burger/Mobile Menu (tab) > Menu Overlay Style set to Sidebar Flyout Menu (Classic).
    Hope it helps.

    Best regards,
    Nikko

    #1207155

    Yes, that makes the bullet next to it.

    But now I have borders between the menus + when hover goes on the link, it goes to another color…
    I want to hide the borders + disable the hover over the over + slide out menu.

    #1207351

    Hi Oref,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    .html_av-overlay-side-classic #top .av-burger-overlay li a {
        border: none;
    }
    
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: transparent !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1208050

    It works OK, thank you sir.

    #1208115

    Hi Oref,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Avia Bullet next to burger menu’ is closed to new replies.