Remove header nav from blog page
-
Hi Guys
We are trying to create a blog page that has a different header to the rest of the site.
I have identified the element as .nav.navbar-nav and note that the following code removes the element from all pages:
nav.navbar-nav { display: none !important; }
Is there a way to apply the above code only to the blog page?
Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Remove header nav from blog page’ is closed to new replies.