Remove Navigation from header, but keep logo
-
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;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Navigation from header, but keep logo’ is closed to new replies.