badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

disabling the menu for just one page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5273
    kcullinan
    Member

    Is there a way to disable the main menu for just one page? I’m working on a landing page for someone and they wanted to consider this option. I was hoping there was a simple custom field where I could turn it off like the right sidebar or the page title hide (attitude_title_hide) Thanks!

    http://flowtoxcleanse.com/landing-example/

    #5290
    Sanjip Shah
    Participant

    @kcullinan Currently there is no such feature available. However you can use the custom css to hide the menu in the specific page. If the link that you have posted is that specific page. Then in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .page-id-899 #access {
        display: none;
    }
    #5312
    kcullinan
    Member

    This is perfect! Exactly what I was looking for. Thanks so much for your assistance!

    #5351
    Sanjip Shah
    Participant

    @kcullinan Okay. Great.

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