Developer forum

Forum » Rapido » Mobile Menu
Gerard Kocks
Gerard Kocks
Reply

Hi,

For our client Volandis we’ve created a campaign page (landingpage): https://bouwinfra.volandis.nl/.
Because we don’t use the menu we’ve set the (logo) height to “1px” on the desktop devices.
But on the mobile devices we still get the menu. Is it possible to delete the mobile menu or make it also like “1px” small so it doesn’t show anymore?

Best regards
Gerard

Desktop.png Mobile.jpg

Replies

 
Nicolai Pedersen
Reply

In ignite css add this

.main-navigation.main-navigation--nav-style.dw-mod{
    display:none;
}
 
Gerard Kocks
Gerard Kocks
Reply

Thanks Nicolai, it works!

 

You must be logged in to post in the forum