Jump to content

Increase the price font size


flipe

Recommended Posts

I want know how can I increase the font size fo the product prices, specially in the product page, to the actually price and the old price.

 
For instance, I would it looking like:
 
R$ XXX,XX
R$ XXX,XX -10%
 
I already tried to change the /themes/default/css/product.css and got no changes, I am using 1.5.6
 
post-655658-0-65158200-1385062876_thumb.png

 

Link to comment
Share on other sites

if you use firefox, and have firebug extension

 

simply right click your target content, select inspect element, to the right it will tell you the font size and where it is defined (.css file).  You can even modify the size on the right to try out different designs...

 

some use chrome to also do this...

Link to comment
Share on other sites

I inserted "!important" in ".our_price_display" but I got no changes.

.our_price_display {

    color: #9B0000!important;
    font-size: 54px!important;
    font-weight: 700!important;
    line-height: 38px!important;
    padding-bottom: 10px;
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...