[Resolved] Deactivate Slide-out Navigation on Certain Pages

Home Forums Support [Resolved] Deactivate Slide-out Navigation on Certain Pages

Home Forums Support Deactivate Slide-out Navigation on Certain Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #672910
    Michael Largue

    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

    #673084
    David
    Staff
    Customer Support

    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;
    }
    #673724
    Michael Largue

    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

    #673764
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.