Home Forums WoodMart support forum How to hide mega menu for mobile view?

How to hide mega menu for mobile view?

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

    LivaR
    Participant

    Hi! As I have more than 20 Product categories I displayed the menu in front page, but please precise how to hide this menu block for mobile view?

    Attachments:
    You must be logged in to view attached files.
    #419849

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

    .wd-rs-636b5f38535ae {
      display: none !important;
    }

    Hope this helps !

    Best Regards

    #420042

    LivaR
    Participant

    It helps, but hides menu also for desktop and tablet version. How to make it invisible for mobile only?

    #420167

    Hello,

    Can you please make sure that you applied the CSS in Custom CSS for Mobile?

    If yes and you have still issues on the Desktop and Tablet, then please try the rectified version of the Custom CSS on your Site:

    @media(max-width: 768px) {
    .wd-rs-636b5f38535ae {
      display: none !important;
    }
    }

    Best Regards

    #420182

    LivaR
    Participant

    Oh, I did apply the code to all website. My bad. All good now

    #420294

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to hide mega menu for mobile view?’ is closed to new replies.