Jump to content

different color for each category (content_scene_cat)


prcwest

Recommended Posts

hello

 

i am wondering if there is a possibility to change the color of the content_scene_cat block of each category individual.

Prestashop 1.6.1.6 on bootstrap default theme.

Any help would be appreciated 

 

best regards

Pascal

 

Link to comment
Share on other sites

Hello Pascal

 

 

You need to modify category table and create a extra filed to add color

Then you need to modify category.tpl like <div class="content_scene_cat" style="background-color:{$category->color}">

Need to modify category.php controller.

 
Please follow the post
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...