rka81 Posted October 17, 2012 Share Posted October 17, 2012 Hi Hoping someone can point me in the right direction - i am currently creating a new theme but would like to edit the background colour of the individual block - example the background of the categories block. I know its possible to edit the colour of an entire column but i cant figure this one out. Any help would really be appreciated.... thanks Link to comment Share on other sites More sharing options...
halennoor Posted October 18, 2012 Share Posted October 18, 2012 (edited) for prestashop 1.5 --changing block background color, go to the particular css file and change the background property values example; for block category, replace background image with background color you want to use background: blue; Find in blockcategories.css ( around line 3) #categories_block_left li a { display:block; padding: 7px 11 px 5 px 22px color: rgb(51,51,51); background: blue; } hope it helps Edited October 18, 2012 by halennoor (see edit history) 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