Jump to content

[SOLVED] Changing Theme Colors


Recommended Posts

Hello

 

Have a look at this Topic and Answer on #4 From dioniz who was absolutely correct  :ph34r: and I was Wrong  :wacko:

http://www.prestashop.com/forums/topic/321511-sale-label-background-color/

 

So go to:

 

/public_html/Your Shop/modules/themeconfigurator/css/theme4.css

 

Around Line 111

#home-page-tabs > li {
  border-color: #dfd8ca;  (change colour)
}
#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
  background: #BC8F8F;  (change colour)
  color: white;
 
Around Line 119
.new-label, .sale-label {
  background: #eac12d;  (change colour) and (split in two)
}
.new-label:before, .new-label:after, .sale-label:before, .sale-label:after {
  border-color: #eac12d transparent transparent transparent;  (change colour) and (split in four)
}
 
Around Line 160
.price, .price.product-price {
  color: #8B3E2F;  (change colour)
}
 
Once you have done this you may find other bits that need changing
 
 
Hope this helps
 
Paul
Edited by Paulito (see edit history)
  • 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...