How can I change the Price font?

Hi.
I want to change to font of the price inside the product page. when I am changing it everything is changing as well.

how can I change only the price inside the product page?

link: http://tiwebmaster.com/shop/tiwebmaster-silver.html

thank you!

4 answers

Profile photo of Sherlock 0.00 $tone June 24, 2013
Public

Hi tiwebmaster,

You can add a css rule like this

HTML Code:

  .product-view regular-price .price {
                 color: #ea3018
            }

That rule would be applied for only product detail page.

#3
Profile photo of Idan Damti 0.00 $tone June 24, 2013
Public

thanks!!!! it works!

you just forgot the dot before the regular-price so the code should be like that:

HTML Code:

.product-view .regular-price .price {
                 color: #ea3018
            }
#4

This question is now closed

Written By

Comments