Jump to content

can i do this? themes on catagories


Alexis1100

Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

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