
Originally Posted by
SPH
Clyde,
http://www.prommart.com/index.php?ma...oducts_id=4186
Didn't work changing subcat link color, but did un-bold them which is some help in standing out.
And I figured out how to make selected product, subcat link red to really orientate customer. (Uncommented part at end of bettercatssheet and added text color).
Still would like to change open subcat link colors to further help orient customers, so if you have more thoughts, thanks.
Steve
open includes/templates/zencart_zen/css/stylesheet.css
find and delete/comment out the following section:
Code:
#categoriesContent{
margin: 0;
padding: 0.4em 0.4em 10px 0.4em;
/* background-image:url(../images/sb_content.png);
background-repeat:no-repeat;
background-position:bottom;*/
color: blue;
font-weight:bold;
}
#categoriesContent a {
padding: 0 0 .4em .5em;
color: #0A246A;
}
#categoriesContent:nth-child(odd) a{
background:#DFDFDF;
}
#categoriesContent a:hover {
color: #000;
}
Bookmarks