Jump to content

Prestashop 1.7.1.1 - how to simply change background in Classic theme? Custom CSS


samo70

Recommended Posts

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

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 .

  • Like 2
Link to comment
Share on other sites

  • 8 months later...
  • 8 months later...

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...