detlev Posted October 21, 2013 Share Posted October 21, 2013 Hi everyone, I'm trying to change the background color of the category block on the left side of the website. Almost the whole block has a white background now. Only the lower part of the block doens't change! Where should i change this in order to make it white? Many thanks in advance. Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 can you please share url to your website? it will be much easier to say what you have to change, especially when you use non default theme and theme modificaiton Link to comment Share on other sites More sharing options...
detlev Posted October 21, 2013 Author Share Posted October 21, 2013 http://www.slaapzakken-discounter.nl I'm using the original template Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 use this code: #categories_block_left .block_content {background:red!important;} effect: of course you can define any other color you want Link to comment Share on other sites More sharing options...
detlev Posted October 21, 2013 Author Share Posted October 21, 2013 Where should i put this code? Global.css? Or category.css Link to comment Share on other sites More sharing options...
detlev Posted October 21, 2013 Author Share Posted October 21, 2013 I've put it in the global css, but if you take a look at my page, there is still a small grey piece at the bottom of the category tree. Can i change or remove it? Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 I've put it in the global css, but if you take a look at my page, there is still a small grey piece at the bottom of the category tree. Can i change or remove it? yes i see it in this case you have to remove background param from: #left_column div.block, #right_column div.block { padding-bottom: 5px; background: transparent url('http://www.slaapzakken-discounter.nl/themes/prestashop/css/../img/block_footer.png') no-repeat bottom left; } Link to comment Share on other sites More sharing options...
detlev Posted October 21, 2013 Author Share Posted October 21, 2013 That seems to work! Thanks Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 you're welcome im going to mark this topic as [solved] anyway, if you will have any other questions related to this case - just continue discussion below solved isn't mean closed with regards, Milos Link to comment Share on other sites More sharing options...
detlev Posted October 21, 2013 Author Share Posted October 21, 2013 I have one other question. When i want to change the following text and colour of the following text : HIGHLANDER SLAAPZAK Er zijn 14 producten. I would like to have a white background and delete the "er zijn 14 producten" This is a header of a category and of a product overview page. Thank you for all the effort! Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 hello, please follow forum rules, one topic = one question I assure you that I will help in every problem. 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