Home Forums WoodMart support forum Word "Menu" on the mobile website

Word "Menu" on the mobile website

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #128729

    timvanhuik
    Participant

    Hi,

    I have noticed that if you build a header with the header builder for mobile, that when you select “Style -> With text” the text “Menu” only appears on iPad.

    Is it also possible for the main menu (burger) to add the text “Menu” to it (and not only the Burger icon) on mobile?

    I would like to show also the word “Menu” on the mobile version 🙂

    #128747

    Hello,

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

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

    Best Regards

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