Jump to content

Change price color in product and product list page


Recommended Posts

Hello

 

It's always a good idea to add a url if you can, also, your css is minified so it's difficult to find out exactly where to change things.

 

Anyway, put this code at the bottom of global.css

 

#buy_block p#old_price {
  padding-bottom: 15px;
  font-size: 14px;
  text-decoration: line-through;
  color: red;
}
 
.our_price_display {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 18px;
  color: green;}
 
Paul
Link to comment
Share on other sites

Hello

 

No, their is nothing wrong with your site, it is just difficult for someone trying to answer a question, for example:

 

minified css

http://screencast.com/t/ivWut5nBI

 

Not minified css

http://screencast.com/t/3zALQL4ArQV

 

If you need to change this setting whilst you are adapting your websites code then you should be able to find this in:

 

Back office > Advanced parameters > Performance > CCC (Combine, Compress and Cache)

http://screencast.com/t/EXMrEW4neL

 

The image is for PS 1.6 but PS 1.5 should be similar

 

Paul

Link to comment
Share on other sites

×
×
  • Create New...