Using Twenty Ten – Navigation Bar
-
I would like to eliminate the navigation bar (under the header image) from my design. How would I go about doing so in the CSS editor?
The blog I need help with is: (visible only to logged in users)
-
To hide the navigation bar in the Twenty Ten theme, you could use this CSS:
#access { display: none; }Another possible workaround is to create an empty custom menu and set it as primary on your Appearance → Menus page. http://en.support.wordpress.com/menus/
- The topic ‘Using Twenty Ten – Navigation Bar’ is closed to new replies.