jmotos Posted June 22, 2006 Share Posted June 22, 2006 How can i make the categories Bold and maybe a diffrent colour? Please help ASAP. cheers Link to comment Share on other sites More sharing options...
lrjbart Posted June 22, 2006 Share Posted June 22, 2006 How can i make the categories Bold and maybe a diffrent colour? Please help ASAP. cheers You can make them bold and change the color by changing some code in the stylesheet.css which is in the catalog directory. .infoBox { background: #c98300; background-image: url(''); } .infoBoxContents { background: #fbd7a1; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; /*this changes the info box contents to bold*/ } .infoBoxNotice { background: #00A5EA; } .infoBoxNoticeContents { background: #c98300; font-family: Verdana, Arial, sans-serif; font-size: 10px; } TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #c98300; background-image: url(''); color: #ffffff; /*this changes the color of the info box headers including the catagories*/ } TD.infoBox, SPAN.infoBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; } Link to comment Share on other sites More sharing options...
jmotos Posted June 22, 2006 Author Share Posted June 22, 2006 i meant the actual product categories not the word at the top of the coloum categories, if you know wat i mean. Link to comment Share on other sites More sharing options...
jmotos Posted June 23, 2006 Author Share Posted June 23, 2006 And also how can i make a gap between the categories? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.