Home › Forums › Iconic One Pro Support › Remove Menu from Specific Page › Reply To: Remove Menu from Specific Page
July 11, 2017 at 1:07 pm #4969
Themonic-Support
Keymaster
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.