khaaliq Posted December 8, 2004 Posted December 8, 2004 Is there a contribution that will display the prices in bold or colors?
TCwho Posted December 8, 2004 Posted December 8, 2004 Hmmm.... Im still learning ... but I would try to find the file that calls the price up ...and add <b> and </b> before and after the call.... worth a shot...but I could be wrong Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
ozcsys Posted December 8, 2004 Posted December 8, 2004 Is there a contribution that will display the prices in bold or colors? <{POST_SNAPBACK}> 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??
khaaliq Posted December 8, 2004 Author Posted December 8, 2004 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. <{POST_SNAPBACK}> Thanks! But can you show me how to write a new class? :blush:
ozcsys Posted December 8, 2004 Posted December 8, 2004 Thanks! But can you show me how to write a new class? :blush: <{POST_SNAPBACK}> 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??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.