Site logo

Archived topic

disable mobile menu on certain pages

3 replies · Started by Jasper on September 12, 2016

Viewing posts 1–4 of 4

I disabled the primary menu on certain pages. But the mobile menu still shows on these pages, how do i 'turn off' the mobile menu as well for these pages?

Hi Jasper,

If you install Simple CSS (https://en-ca.wordpress.org/plugins/simple-css/), there are metaboxes you can insert code that will only affect that page.

On those certain pages, you can use this CSS:

.menu-toggle {
    display: none;
}

thanks

You're welcome :)

This archived topic is closed to new replies.