wendypurnomo Posted September 28, 2014 Share Posted September 28, 2014 Hello everyone, Can you show me how to change scheme colors of Prestashop 1.6.0.9? Please look at the attachment. I use theme preset number 4. There may be similar topic but it seems not solving my modification. Thank you for your help. Wendy Link to comment Share on other sites More sharing options...
Paulito Posted September 28, 2014 Share Posted September 28, 2014 (edited) Hello Have a look at this Topic and Answer on #4 From dioniz who was absolutely correct and I was Wrong 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 http://screencast.com/t/BaKBBigabJ2k Hope this helps Paul Edited September 28, 2014 by Paulito (see edit history) 1 Link to comment Share on other sites More sharing options...
wendypurnomo Posted September 28, 2014 Author Share Posted September 28, 2014 Hi Paulito, Great, it works! Thanks so much. Link to comment Share on other sites More sharing options...
Paulito Posted September 28, 2014 Share Posted September 28, 2014 Hello Your welcome but dioniz solved it Paul Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2014 Share Posted September 28, 2014 i marked Paul answer as a solution and whole topic as solved another great solution today ;-) with regards, Milos 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