samo70 Posted May 18, 2017 Share Posted May 18, 2017 Hello, I am trying to change background color of Classic theme of PS 1.7. Where can I change this css file or how to add my own css file? I tried to change it in themes/classic/assets/css/theme.css, but nothing have appeared in frontoffice :-/ Thankyou for help Link to comment Share on other sites More sharing options...
tony dj Posted May 18, 2017 Share Posted May 18, 2017 The same problem, when modify the css file, nothing changed. I don't know how to modify css under bootstrap Link to comment Share on other sites More sharing options...
gabdara Posted May 18, 2017 Share Posted May 18, 2017 For small customizations, you should edit file themes/classic/assets/css/custom.css . To change the background color you could add something like: #wrapper { background: red; } For big customizations, you should use webpack to compile scss files into theme.css . 2 Link to comment Share on other sites More sharing options...
samo70 Posted May 18, 2017 Author Share Posted May 18, 2017 I found solution in this topic: https://www.prestashop.com/forums/topic/595125-editing-of-the-theme-classic/ It is necessary to enable cache CSS in performance section in administration, and manually delete the JavaScript and CSS files in the themes/classic/assets/cache 2 Link to comment Share on other sites More sharing options...
TinyStore Posted February 12, 2018 Share Posted February 12, 2018 Thanks for the tips. I had to disable "CCC (COMBINE, COMPRESS AND CACHE)". Link to comment Share on other sites More sharing options...
satkauskas Posted October 18, 2018 Share Posted October 18, 2018 On 2018-02-12 at 11:53 PM, TinyStore said: Thanks for the tips. I had to disable "CCC (COMBINE, COMPRESS AND CACHE)". Dont forget to re-enable this efficient CCC 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