
Originally Posted by
jewelsbyjewls
I am LOVING this template, its beautiful! Thank you for taking the time to put it together and for having this wonderful thread. It has helped a lot!!
Now it is my turn to ask for help. If you go to my store,
www.jewelsbyjewls.com/store you'll see what I've done so far (I hope it is OK to do the things I've done - colors etc). I've noticed all of the sudden that I am getting additional HOME words on the gray bar below the navigation bar and down at the bottom of the page below the new products. I have not really done much as far as changing the coding. I did shut off the EZPages and the Categories and wondering if that has something to do with it??
Would someone be willing to look at my link above and tell me what I might have done?
Thanks!
Julie
Hi!
They may have been there before, or perhaps if you changed templates, its showing up, because the two things you mention are stock zen cart settings. The top one is called the breadcrumb links, and you can get rid of the "HOME" on the home page (but keep breadcrumbs on other pages for navigation purposes), by going to "Configuration", "Layout Settings", and changing "Define Breadcrumb Status" to "2".
The bottom one is also the stock "HOME" in the footer that is in all zen cart installs. It should however be centered, and that's when I noticed an error in your css.
Code:
#navMainLinks {color:white;}
float:left;
position:relative;
list-style-type:none;
text-align:left;
font-size:1.2em;
}
You need to remove the } after color:white;
Now, if you want to get rid of that home link, you can add:
display:none;
to
#navSupp ul
Bookmarks