Home Forums WoodMart support forum Enable word "menu" on mobile navigation

Enable word "menu" on mobile navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186804

    exe65
    Participant

    Hello,

    If you scale the store in the browser (laptop view, tablet view) there is a word “menu” next to the menu navigation.

    How do i enable this on mobile view?

    Thank you,

    #186872

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 575px){
    body .mobile-nav-icon .woodmart-burger-label {
        display: inline-block;
    }
    }

    Best Regards

    #187110

    exe65
    Participant

    That worked perfectly, thank you – looks much better for my site.

    #187168

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Enable word "menu" on mobile navigation’ is closed to new replies.