Hiding menu on one page

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    paintedrockllc
    March 18, 2017 at 12:30 pm #106204

    I am trying to hide the main navigation menu on a single page.

    I’ve entered the following code on the custome css in the highend options general settings section:

    .[pagename] #main-nav {
    display: none;
    }

    It does not work.

    It works when I isolate the home page with “.home #main-nav” or for the entire site with “#main-nav”
    but I can’t turn off the main navigation menu for any other specific page.

    is there different code I could use?

    Thank you

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.