Jump to content

How we change Price font size ?


ALCA

Recommended Posts

Instead of a quick answer, I'll show you how to figure it out on yourself:
1) Get Firefox
2) 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.

  • Like 1
Link to comment
Share on other sites

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 )

  • Like 1
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...