¿How to remove menu nav on mobile?

Posted in: Newspaper
Post count: 22

Hi, I would like to remove my mobile menu from my website because I don’t need it, and I know that I have to edit the CSS but I am not really expert. If someone could help me I would be really grateful. Thank you.

  • This topic was modified 7 years by andres1492. Reason: it was a ask
Post count: 23312

Hello andres1492,

Provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 22

That is my website, https://paraconejos.online Thank you!

Post count: 23312

Hello,

If you want to remove the top header container for mobile devices, you need to use the code below and place it in Theme panel -> Custom CSS Area.

@media(max-width:767px){
.td-header-menu-wrap-full{
display:none;
}
}

The result is here -> https://www.screencast.com/t/CHUijlH4

Thanks for your understanding!

Post count: 22

Thank you very much!! It works 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.