Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can anyone tell me how to the font size please


JANEY73

Recommended Posts

Posted

Need help changing the font size on the catalog page not sure were in the style sheet to change it <_<

 

Many thanks

Posted

It depends on which text you wish to change. Most of the text use different classes, so you need only to find out which classes you wish to change, and then alter them accordingly in the stylesheet.

Contributions

 

Discount Coupon Codes

Donations

Posted
Need help changing the font size on the catalog page not sure were in the style sheet to change it  <_<

 

Many thanks

 

Yes, you're right, it is within the Stylesheet. It will depend on what exactly you want to change - but it will be one of these. Go to the 'font-size' line and change -

 

TD.productListing-data {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

 

 

TD.main, P.main {

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

line-height: 1.5;

 

 

.productListing-heading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

background: #b6b7cb;

color: #FFFFFF;

font-weight: bold;

 

Simply change the font size down or up as required. I'd suggest backing up first and then making one change, uploading the new Stylesheet, refreshing your site and looking what it looks like so you're happy with what you're changing.

 

Hope that helps.

 

I believe it's down as 'main'

Posted
Yes, you're right, it is within the Stylesheet. It will depend on what exactly you want to change - but it will be one of these. Go to the 'font-size' line and change -

 

TD.productListing-data {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

TD.main, P.main {

  font-family: Verdana, Arial, sans-serif;

  font-size: 11px;

  line-height: 1.5;

.productListing-heading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  background: #b6b7cb;

  color: #FFFFFF;

  font-weight: bold;

 

Simply change the font size down or up as required. I'd suggest backing up first and then making one change, uploading the new Stylesheet, refreshing your site and looking what it looks like so you're happy with what you're changing.

 

Hope that helps.

 

I believe it's down as 'main'

thanks alot

Archived

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

×
×
  • Create New...