Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can i make the categories Bold


jmotos

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...