Zen Cart Logo
Forums / General Questions / How to make Product Price Font Bigger?

How to make Product Price Font Bigger?

Views: 623

Results 1 to 6 of 6
26 Nov 2014, 10:05 PM
#1
wmorris avatar

wmorris

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?

26 Nov 2014, 11:47 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to make Product Price Font Bigger?

We'll need a link to the site to advise.

27 Nov 2014, 12:52 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to make Product Price Font Bigger?

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 */
}

27 Nov 2014, 5:28 PM
#5
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,679
Plugin Contributions:
0

Re: How to make Product Price Font Bigger?

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?

27 Nov 2014, 5:42 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to make Product Price Font Bigger?

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).