Remove Menu from Specific Page

Home Forums Iconic One Pro Support Remove Menu from Specific Page

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 6 years, 9 months ago.

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.