Can I remove the navigation menus from ONE page? – Movers and Packers Pro

Home Forums All Other Themes Can I remove the navigation menus from ONE page? – Movers and Packers Pro

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #65947
    Marc Austin-ZandeMarc Austin-Zande
    Member
    • Topics: 10
    • Replies: 25
    • Total: 35
    Member since: March 16, 2016

    Hi all.

    I’d like to remove the navigation menu(s) from a single page. I have searched around and found some code that people suggest will do this but I’ve not been able to get it to work:

    .page-id-XXXX #menu-main {
    display: none !important;
    }

    I have the correct page-id but the menu(s) are persistant. Actually, I’ve love to be able to remove navigation and all the footer(s) from the individual page.

    #66001
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Marc,

    From which page do you want to remove the navigation?

    Regards,
    Dave

    #66152
    Marc Austin-ZandeMarc Austin-Zande
    Member
    • Topics: 10
    • Replies: 25
    • Total: 35
    Member since: March 16, 2016

    HI Dave (et al)

    Any page Dave… ie: I would like to be able to create a new page – Pages > Add New – and be able to remove the navigation (and possibly the footer) from that new page.

    Thanks

    Marc

    #66175
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Marc,

    Add this code in Custom CSS Box:

    .page-template .header .nav{display:none !important;}

    Regards,
    Dave

    #66183
    Marc Austin-ZandeMarc Austin-Zande
    Member
    • Topics: 10
    • Replies: 25
    • Total: 35
    Member since: March 16, 2016

    HA, that works a treat but on all pages in the site πŸ˜€

    The page identifier for the one I am trying this on is “post=2782″… how can I specify a particular page? Would it be:

    .page-id-2782 .header .nav{display:none !important;}

    Sorry Dave, I’m a bit old and slow on this πŸ˜‰

    #66185
    Marc Austin-ZandeMarc Austin-Zande
    Member
    • Topics: 10
    • Replies: 25
    • Total: 35
    Member since: March 16, 2016

    Actually… don’t answer that πŸ˜‰

    I actually got something right. Yeah, you can laugh but like I said Dave, I am old and slow πŸ˜€

    #66206
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    πŸ™‚

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