Site logo

Archived topic

Deactivate Slide-out Navigation on Certain Pages

3 replies · Started by Michael Largue on September 9, 2018

Viewing posts 1–4 of 4

Hi Tom et al

I am using the above as a repository for search filters rather than as a menu. Is there a way that I can deactivate it entirely on certain pages?

Kind Regards
Michael

Hi there,

you could use Tom's Simple CSS plugin

https://wordpress.org/plugins/simple-css/

which provides a CSS Meta box within the page editor, and then apply this CSS to the relevant pages:

.main-navigation li.slideout-toggle {
	display: none;
}

Thanks David

I didn't realise that this could be used on a page-by-page basis. I will give it a shot.

Regards
Michael

Glad to be of help

This archived topic is closed to new replies.