ALCA Posted February 24, 2011 Share Posted February 24, 2011 How we change the font size of the products' price?? Link to comment Share on other sites More sharing options...
tomerg3 Posted February 24, 2011 Share Posted February 24, 2011 Instead of a quick answer, I'll show you how to figure it out on yourself:1) Get Firefox2) Install an addon called "firebug"3) Go to the page with the price, select it, right click and choose "Inspect element"You will be able to see all the css code that is used (file + line numbers), you can even edit it on the page to see the outcome, and then you can modify the file you need. 1 Link to comment Share on other sites More sharing options...
ALCA Posted February 25, 2011 Author Share Posted February 25, 2011 I mean all prices of all products.ALCA Link to comment Share on other sites More sharing options...
tomerg3 Posted February 25, 2011 Share Posted February 25, 2011 Me too.... Link to comment Share on other sites More sharing options...
Jevgen Posted February 25, 2011 Share Posted February 25, 2011 global.css at theme foldermay play with colors and fonts etc. may set new value in css and change class in tpl or php document. Link to comment Share on other sites More sharing options...
Jevgen Posted February 25, 2011 Share Posted February 25, 2011 global.css } .price_sp { color: #FF0000; font-weight: bold; font-size: 1.3em; white-space: nowrap } .price-discount { text-decoration: line-through; font-size: 1.1em; font-weight: bold; white-space: nowrap; color: #C9FFBA } .price-pretax { color: gray } .price-ecotax { color: #488c40 } img.icon { margin-right: 0.5em; vertical-align: middle } .price, .price-shipping, .price-wrapping { color: #80AD00; font-size: 1.1em; font-weight: bold; white-space: nowrap } i added .price_sp. it means that on front page at specials block i have different style of price. after that changed in blockspecials/specials.tpl You should understand me ) 1 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