Taduliauskas Posted April 3, 2015 Share Posted April 3, 2015 (edited) Hello, Could anyone tell me how to change the background color of "Layered navigation block" on left column ? As you can see I've change my page background color and the text in the nav block is poorely visible. Can I change the background color in global.css of nav blocks on left column and if yes how can I find them ? Thank you for the answer Also can I change background color of "cart block" at the main page ? Edited April 3, 2015 by Taduliauskas (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted April 3, 2015 Share Posted April 3, 2015 Hello For the cart colour you can add this to global.css .shopping_cart > a:first-child {background:red;} Result: http://screencast.com/t/zebMWGun2r Not sure about the block layered as it's part of the whole page background, you could change the text colour though. #layered_block_left .nomargin a {color:red;} #layered_block_left .layered_subtitle {color:red;} Result: http://screencast.com/t/U6rJvEtUB Sorry if it's not any help to you Paul 1 Link to comment Share on other sites More sharing options...
Taduliauskas Posted April 3, 2015 Author Share Posted April 3, 2015 Paulito, That worked perfectly ! Thank you for your help that was a good advice to change text color instead of changing (or creating) a background for a block. 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