Jump to content

Layered Navigation Block background color


Recommended Posts

Hello,

 

Could anyone tell me how to change the background color of "Layered navigation block" on left column ?

 

post-979131-0-59117600-1428082113_thumb.jpg

 

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 ?

 

post-979131-0-47039300-1428082357_thumb.jpg

Edited by Taduliauskas (see edit history)
Link to comment
Share on other sites

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:
 
Sorry if it's not any help to you
 
Paul
  • 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...