
Originally Posted by
racinjason
Downloaded this template a couple days ago.
Just putting the finishing touches on it now.
The shopping cart has a white back ground and the product description font is also white so it doesn't show up on it until you hover over it and it turns red.
I cannot find any code for a font dedicated to the shopping cart so I did the change below.
Not sure if it is correct as I am not sure what else changed with it but I can now read the font in the shopping cart.
Any help with finding the code for just the shopping cart or tell me what all changed with the code I replaced:
I changed #fff to now be #a9a9a9
/*bof basic elements*/
a img {border: none;}
a:link, #navEZPagesTOC ul li a {color:#a9a9a9;text-decoration:none;}
a:visited {color: #fff;text-decoration:none;}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #ff6938;}
a:active {color:#fff;}
h1 {text-transform:uppercase;font-weight:normal;color:#fa6938;font-size:160%;}
h2 {text-transform:uppercase;font-weight:normal;color:#a0a0a0;font-size:140%;font-weight:normal;}
h3 {font-size: 120%;font-weight:normal;text-transform:uppercase;}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-weight:normal;}
.biggerText {font-size:1.2em;}
.clearBoth {clear:both;}
HR {margin-top: 0.5em;border:none;border-bottom:1px solid #222;margin-bottom:30px;margin-top:30px;}
Bookmarks