Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871144

    NLeVasseur
    Participant

    Hi There,
    I was wondering how to hide the hamburger menu used with the custom menu placed inside a widget area.

    More info to come.

    Thanks,
    Nancy

    #871153

    NLeVasseur
    Participant
    This reply has been marked as private.
    #872116

    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-widget-area #nav_menu-2 .h-widget::before {
        content: "" !important;
    }
    

    Hope that helps.

    #872723

    NLeVasseur
    Participant
    This reply has been marked as private.
    #873526

    Darshana
    Moderator

    Glad we were able to help 🙂