This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hiding of Header and Footer Menu

Resolved 2 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi there,

I am trying to create a standalone page for marketing purposes without the header and footer menu being shown.

I have inserted the following CSS Snippet. While it managed to hide the header menu, it did not with the logo and footer menu.

body.page-id-415 .main-navigation ul li{
display: none !important;
}

May I know how to do it correctly?

Thank you.

Best regards,
Jason

URL: http://www.shinetown.com.sg/web/wp/vcc/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Shinetown 10 years, 3 months ago

    Got it using,

    body.page-id-415 .main-navigation { display: none; }
    body.page-id-415 #colophon { display: none; }

  2. Andrew Misplon Staff 10 years, 3 months ago

    Hi Shinetown

    Really glad to hear you’ve made progress. Thanks for keeping us updated.

    All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread