Quote Originally Posted by jewelsbyjewls View Post
ok one last question, and then I think I am done. If you look at the site I'm working on now (my dad's fly rod site) www.ausableflyrods.com and you look at the navigation bar at the top, I removed the HOME section. Is there a way to:

1) totally remove the items under the HOME tab

2) continue the white spacer bar

If I add HOME back to the navigation bar, I get home there (in the dark gray), directly below that in the green, and way up above the logo. I'm not sure how to make them independently disappear.

IF I could get the HOME to stay in the navigation bar, and disappear below it and up above the logo that would be best.

Thanks!
Julie
Well, removing the word "Home" from your language file is not a good way to go about it, because as you see it removes it from everywhere. I assume that is what you did.

I'm assuming that you want the word "HOME" back in the drop down menu bar, but you don't want it in the breadcrumbs (below the navigation bar), or at the top of the page. First, add home back to the language file.

To remove it from the top of the page, you can just add display:none;
to #navMainWrapper in your stylesheet.

For the breadcrumbs... do you want to remove them altogether, or simply remove the "Home" link? If you want to remove the breadcrumb altogether, just add display:none to #navBreadCrumb.

I don't know what you mean by "continue the white spacer bar".