Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All products - product text is BIG!


fleeced

Recommended Posts

Hi,

 

I have just installed the all products contribution. The all products link is in my category box. However when I click on the link the text for all the items is really big. I had a look in the code of allproducts.php but couldn't find anything that would change this.

 

Does anyone now how to change this, to make the text smaller.

 

Thanks

Link to comment
Share on other sites

I belive that contribution does not use the stylesheet classes. That means it defaults to your browsers default font size. You have to add it yourself.

Change

<td>Product Description.......</td>

to

<td class="main">Product Description......</td>

I'd rather be flying!

Link to comment
Share on other sites

Well, that was only intended as an example, not an actual line of code to be changed. From what I remember when I installed it, the contribution used header styles (h1, h2, etc.) instaed of OSC styles. Just look through the all_products.php and use the "main" class instead of "h2", wherever it is used. It should be in a <td> tag.

I'd rather be flying!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...