Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing my text size on the side columns


Guest

Recommended Posts

Posted

Hi All

Any one know how to change to text size and font on the side colums like product category, reviews, specials etc?

We are having some major probs that we are trying to sort through and this is just the tip of the ice berg... but needs to be changed for asthetical reasons asap

 

With thanks to anyone who can tell me how to do it.

Regards

Lianna :)

Posted

All the font sizes can be changed in stylesheet.css. The section that you would want is

.infoBox {
 background: #b6b7cb;
}

.infoBoxContents {
 background: #f8f8f9;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

.infoBoxNotice {
 background: #FF8E90;
}

.infoBoxNoticeContents {
 background: #FFE6E6;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

TD.infoBoxHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: #bbc3d3;
 color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

Hth,

Matt

Always back up before making changes.

Posted

opps no wait a sec... we changed all the font sizes but it still hasnt changed them... any other suggestions?

 

Lianna

Archived

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

×
×
  • Create New...