Hey guys, I've been reading A LOT and loving all the great support the community provides. I did a complete overhaul on a website for a family friend and it was my first encounter with Zen Cart. It's been like doing a puzzle to learn all the nuances of customizing the store front. There are 2 minor issues with the site I am trying to resolve and I hope someone can help me out.
You can view my Zen Cart set up at http://www.shainsware.com/site/
So in my BreadCrumb Nav area I am trying to use a background that is the same color as the general links and then use the general background color as the text color to provide some nice contrast. This works great for the last BreadCrumb link in the list, the page you are actively viewing. That seems to be the only text affected by my CSS on #navbreadcrumb. Pasting now:
#navBreadCrumb {
font-variant: small-caps;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFFFF;
background: #3F4B00;
}
The other links in the breadcrumb chain revert to the general sites A:Link CSS so they aren't showing up. Anyone know how I would control just those links?
The other minor issue I am having is with the border-bottom in the NavHeader table cell and the border-top in the footer table cell, for some reason they aren't stretching all the way across the table.
Any assistance would be greatly appreciated!
Thanks



