flipe Posted November 26, 2013 Share Posted November 26, 2013 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 Link to comment Share on other sites More sharing options...
El Patron Posted November 26, 2013 Share Posted November 26, 2013 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 More sharing options...
flipe Posted November 26, 2013 Author Share Posted November 26, 2013 I did it! 1 Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2013 Share Posted November 26, 2013 so you did, but the question is: problem is solved? if not, may i know what you tried to change? Link to comment Share on other sites More sharing options...
flipe Posted November 26, 2013 Author Share Posted November 26, 2013 (edited) The problem is not solved, i tried use firebug to find the file and where to change, but I got anything! Edited November 26, 2013 by flipe (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted November 26, 2013 Share Posted November 26, 2013 I did it! then this was very mis-leading Link to comment Share on other sites More sharing options...
flipe Posted November 27, 2013 Author Share Posted November 27, 2013 I increased the parameters in firebug but I get no changes. Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2013 Share Posted November 27, 2013 try to add there !important; modifier Link to comment Share on other sites More sharing options...
flipe Posted December 3, 2013 Author Share Posted December 3, 2013 try to add there !important; modifier Where? Link to comment Share on other sites More sharing options...
vekia Posted December 3, 2013 Share Posted December 3, 2013 to each command in css styles you changed for example .mystyle { font-color:red!important; font-size:20px!important; } Link to comment Share on other sites More sharing options...
flipe Posted December 3, 2013 Author Share Posted December 3, 2013 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 More sharing options...
vekia Posted December 4, 2013 Share Posted December 4, 2013 sorry for asking but i don't remember your website url, is there any chance to get it? i will inspect code then Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now