• Hi, I’ve installed another plug in for the mobile menu view. Is there any way I can remove the top left hand mobile menu? Alternativelty, is there any way i can ensure the menu (3 bars icon) stays as sticky? Thanks.

    • This topic was modified 5 years, 9 months ago by zanstory.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @zanstory,

    Thank you very much for using the theme.

    Now to remove the mobile menu, add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 767px){
    #mobile-trigger i.fa {
        display: none;
    }
    }

    Hope this helps.

    Also if you have any issues further then kindly post them in the theme official support forum below:

    https://themepalace.com/forum/free-themes/wen-business/

    Thank you.

    Thread Starter zanstory

    (@zanstory)

    Hi wen theme,

    Thanks! The provided css works perfectly. Loving how this theme can be so versatile. Thank you again ??

    Thread Starter zanstory

    (@zanstory)

    Hi, can I check with you how do I make the masthead a sticky in desktop view? Thanks

    • This reply was modified 5 years, 8 months ago by zanstory.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Mobile Nav Menu’ is closed to new replies.