• Resolved mdade89

    (@mdade89)


    I am trying to find out how to remove the navigation on just one test page specifically. The link below is the page I’ve been working on. I have removed the header in my base.css for just that page, but it still has a blank space where it was. We are trying to remove just the navigation button and keep the logo but for just this page have it not link back to the main page.

    This way when we run certain facebook ads, people will only have the option to fill out the form and not jump around the site.

    Any help would be awesome

    What I added to our base.css file

    .page-id-492 header {
    display: none;
    }

    https://disabilityforover50.com/landing-page-mobile/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey mdade89,

    Please try adding the following code to your CSS file

    .page-id-492 .content-wrap {
        margin-top: 0;
    }

    I hope this works ??

    Thread Starter mdade89

    (@mdade89)

    Hey thanks so much. Having both of those codes did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Navigation from header, but keep logo’ is closed to new replies.