Alexis1100 Posted August 16, 2016 Share Posted August 16, 2016 Hi, ok so i have a general shop , but i have several categories for things like , shoes , jewelry , dresses , etc ... is it possible to have a different background image , or at least header for each category? for instance when someone gets on me home page they get the normal main theme ... BUT if they click shoes , i would like for the header and background images to change to a shoe based theme ... is this doable or is it just something i need to tweak in the html/css pages ? Thanks Link to comment Share on other sites More sharing options...
rocky Posted August 17, 2016 Share Posted August 17, 2016 You can do this just by editing your CSS, assuming you're using the default PrestaShop v1.6.1.6 theme. For example: body { background: url(../img/background.png) } body.category-3 { background: url(../img/shoe-background.png) } Change 3 to the ID of your Shoes category. 1 Link to comment Share on other sites More sharing options...
Alexis1100 Posted August 17, 2016 Author Share Posted August 17, 2016 THANKS! 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