Site logo

[Resolved] Remove the hamburguer icon

Home Forums Support [Resolved] Remove the hamburguer icon

Home Forums Support Remove the hamburguer icon

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

    Hello,

    How can you remove the icon from the mobile menu (the three horizontal bars)?

    .gp-icon svg {
    display: none;
    }

    With the above snippet, the icon to close the off-canvas panel also disappears.

    I want to remove only the hamburger icon.

    Thanks. All the best.

    #1728511
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site so i can see the current layout?

    #1729101
    Miguel

    Hello,

    The web is not yet published. I can’t share the link. But I’m using one of the templates from the Genertatepress.com library: Acces by Mike Oliver.

    Thanks.

    #1729103
    Leo
    Staff
    Customer Support

    Try this instead:

    .gp-icon.icon-menu-bars {
        display: none;
    }
    #1729124
    Miguel

    Hello,

    Yes, that snippet works and does what I wanted.

    Thank you. 🙂

    #1729126
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

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