Remove nav bar
-
Hi there,
Is it possible to remove the nav bar entirely? I just want a single page site with no navigation bar.
In saying that, I’d like to move the up and down arrows to the bottom of each of my main images if possible please.
Thanks,
Chris
The blog I need help with is: (visible only to logged in users)
-
Hi,
You can try this css
.site-nav { display: none; } .home #primary, .blog #primary { margin-top: 0; }
In doing that, you will also lose the up/down arrow.
Hope that helps.
Thanks,
Chandra -
-
- The topic ‘Remove nav bar’ is closed to new replies.