Remove Menu from Specific Page

Home Forums Iconic One Pro Support Remove Menu from Specific Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4968
    enikos
    Participant

    Can we remove the Menu Navigation Bar under the Header only for a specific page and not the entire site?

    #4969

    Yes, can be done. Use this plugin https://wordpress.org/plugins/wp-custom-body-class/ to add a custom page class to your page and then use like this

    
    .custom-page-class .nav-menu {
    display:none;
    }

    If you are unable to make it work, then contact [email protected] for custom work.

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