Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

price font size


chrisneils

Recommended Posts

Posted

im wondering how i can edit the font that my price and product names are listed in. my font is too big and i would like to make it smaller.

 

any suggestions are appreciated.

 

thank you.

Posted

In "stock osC" it's in the stylesheet under TD.productListing-data:

 

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

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
In "stock osC" it's in the stylesheet under TD.productListing-data:

 

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

 

what's the complete path to the stylesheet because i've found a bunch of different "stylesheet.css" in my admin.

Posted
It's the font size on your storefront catalog you want to change right?

The default stock osc is setup to use

catalog/stylesheet.css

This link will show you a full list of the styles and they controll

 

http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/54

 

Thanks. In the link you sent, is my stylesheet.css supposed to have all of those different areas to modify? I can only find a few of them and some are in CSS/STYLESHEET.CSS - some are in ADMIN/INCLUDES/STYLESHEET.CSS etc... I still can't find ".productListing-heading" which I think is where I need to edit in order to change the size of my price (not in the product page but on the page where all the products in a category are listed).

 

might be kind of confusing. let me know if you need some clarification.

 

thanks again.

Posted

The stylesheet in admin controls the admin side.

The stylesheet in catalog controls the catalog, what your customers see.

Which side are you trying to edit?

Could you post a link to your site or send it to me in a pm? Can you also tell me on what page you want to edit?

Posted
The stylesheet in admin controls the admin side.

The stylesheet in catalog controls the catalog, what your customers see.

Which side are you trying to edit?

Could you post a link to your site or send it to me in a pm? Can you also tell me on what page you want to edit?

 

i managed to figure it out.. thanks for your help.

Archived

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

×
×
  • Create New...