Totally Zenned
- Join Date:
- Aug 2007
- Location:
- Amarillo, Tx
- Posts:
- 1,679
- Plugin Contributions:
- 0
How to make Product Price Font Bigger?
How can I make my Product Price Font Bigger?
Views: 623
Totally Zenned
How can I make my Product Price Font Bigger?
Black Belt
We'll need a link to the site to advise.
Totally Zenned
Black Belt
Web Developer tells me that element has the id name 'productPrices'. Adding the red part in the rule in stylesheet.css should do the trick.
#productPrices {
color:#9F1C00; font-size:2em;/* color of price */
}
Totally Zenned
Thanks Steve.
I have another question that you can help me. I my Product info page. I have a link called "Contact Us" right under the Product Image. Is there a way to change the that link to http://www.mtechama.com/index.php?page=company_info instead of http://www.mtechama.com/store/index.php?main_page=contact_us or completely remove that link during store showcase?
Black Belt
I don't know. That's something you or your template's author have added to the page. You could use the Developers Tool Kit to search for part of the string (maybe contact_us0 to find the proper file (probably tpl_product_info_display.php).
Tell staff why this post should be reviewed.