Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices in Bold


khaaliq

Recommended Posts

Posted
Is there a contribution that will display the prices in bold or colors?

 

The fonts are controlled in the stylesheet. I believe the class for the price on the product_info.php page is page heading.

 

TD.pageHeading, DIV.pageHeading {

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

font-size: 24px;

font-weight: bold;

color: #aa0101;

 

Now the problem is that there are also other heading controlled by this so if you just want to change the price you will need to give it a class all to itself so you can change it without changing anything else.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
The fonts are controlled in the stylesheet. I believe the class for the price on the product_info.php page is page heading.

 

TD.pageHeading, DIV.pageHeading {

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

  font-size: 24px;

  font-weight: bold;

  color: #aa0101;

 

Now the problem is that there are also other heading controlled by this so if you just want to change the price you will need to give it a class all to itself so you can change it without changing anything else.

 

 

Thanks! But can you show me how to write a new class? :blush:

Posted
Thanks! But can you show me how to write a new class? :blush:

 

Easiest way to do that is just copy the existing one in the styleheet and change the name.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...