Before you ask please READ THIS

Hide main menu on one landing page?

Is there a way to hide the main menu on one page only? (landing page for an
ad)
Does that need to be custom CSS then?
The page is:
http://sweetoliveweddings.com/ad-cincinnati-wedding-photographer-landing/

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Do you want to hide the whole vertical header or only the menu mart from it?
    Either way, custom CSS will be required.

    I will help you with it once you tell me which option you want.

    With kind regards.
  • The entire vertical header would be perfect.
  • AirAir
    Posts: 10,970
    Please use this custom CSS:
    .page-id-11153 #header {
        display: none;
    }
    .page-id-11153.header-vertical #mid {
        padding: 0;
    }
    With kind regards.
  • thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!