How do I eliminate the navigation bar or the items on it?
-
How do I eliminate the navigation bar?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The navigation bar is standard for your theme. You can modify it by going to your Custom Menus option here:
https://godscandy.wordpress.com/wp-admin/nav-menus.phpYou can activate the menu by choosing the Manage Locations tab at the top of that page and selecting an existing menu in the drop down.
Since you have the Custom Design upgrade, if you want to delete the navigation menu entirely, you can add this code to your custom CSS:
#access {
display: none;
}
- The topic ‘How do I eliminate the navigation bar or the items on it?’ is closed to new replies.