usados-madeira Posted April 6, 2014 Share Posted April 6, 2014 Hi, this is my first new post here, sorry for my bad english. I have Pretashop 1.6 and since I changed colors of the frontpage with the customization tool, the background color of my sale-label have the same color of the theme. Is it possible to give a diferent color (for example RED) to the background? See picture (background of EM SALDO) Thanks in advance for your help. Carlos Link to comment Share on other sites More sharing options...
drugmirko Posted April 6, 2014 Share Posted April 6, 2014 go to /modules/themeconfigurator/css/themeX.css where X is theme you are using. Open the file and change background color on line 116 .new-label, .sale-label { background: #b04445; } 2 Link to comment Share on other sites More sharing options...
Paulito Posted April 6, 2014 Share Posted April 6, 2014 Good morning If you want to change the background colour of "Sale" then go to global.css- see links http://screencast.com/t/lmu7EVN2e http://screencast.com/t/OGDj21XCLmr Paul 1 Link to comment Share on other sites More sharing options...
dioniz Posted April 6, 2014 Share Posted April 6, 2014 I guess you changed theme to light blue theme which is theme8. To change sale label to different color open file yourtheme/modules/themeconfigurator/css/theme8.css and find this code: .new-label, .sale-label { background: none repeat scroll 0 0 #43BEBD; } and make two styles from it like this: .new-label { background: none repeat scroll 0 0 #43BEBD; } .sale-label { background: none repeat scroll 0 0 #F13340; //Put desired sale color here } Do the same for this code: .new-label:before, .new-label:after, .sale-label:before, .sale-label:after { border-color: #43BEBD rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); } 2 Link to comment Share on other sites More sharing options...
Paulito Posted April 6, 2014 Share Posted April 6, 2014 (edited) Hello, not sure I understand what you mean I did not change theme http://screencast.com/t/aTI2SGV9sUp Paul Edited April 6, 2014 by Paulito (see edit history) 1 Link to comment Share on other sites More sharing options...
dioniz Posted April 6, 2014 Share Posted April 6, 2014 (edited) Paulito, I was saying that to usados-madeira. he said he changed theme colors and i didn't saw your post cause we post it kinda same time Edited April 6, 2014 by dioniz (see edit history) 1 Link to comment Share on other sites More sharing options...
usados-madeira Posted April 6, 2014 Author Share Posted April 6, 2014 Hi again, thanks for your quick and very useful replay. The help from dioniz was the right one, we need to divide the labels in two, if you don´t do it, the new label also got the same color. Thanks a lot again for you all. Kind regards, Carlos Link to comment Share on other sites More sharing options...
Paulito Posted April 6, 2014 Share Posted April 6, 2014 I am even more confused now Paul Link to comment Share on other sites More sharing options...
iGiorgis Posted May 23, 2014 Share Posted May 23, 2014 i fix it!! thx Dioniz Link to comment Share on other sites More sharing options...
dioniz Posted May 24, 2014 Share Posted May 24, 2014 You are welcome Link to comment Share on other sites More sharing options...
parsview Posted February 22, 2015 Share Posted February 22, 2015 go to /modules/themeconfigurator/css/themeX.css where X is theme you are using. Open the file and change background color on line 116 .new-label, .sale-label { background: #b04445; } hi myfriend . where is this file in ps 1.5 ? Link to comment Share on other sites More sharing options...
dioniz Posted February 22, 2015 Share Posted February 22, 2015 It doesn't exist in 1.5. Link to comment Share on other sites More sharing options...
Recommended Posts