Melanthe Posted July 1, 2013 Share Posted July 1, 2013 Hi, I need to set text color and background for all subcategories. How can I do that? Thanks for you help. Link to comment Share on other sites More sharing options...
Kogkalidis Posted July 2, 2013 Share Posted July 2, 2013 provide me url and I will help you asap! Link to comment Share on other sites More sharing options...
vekia Posted July 2, 2013 Share Posted July 2, 2013 this is block categories module, styles for this module are in the global.css file what to do? well, you have create styles for each <li> (parent) and for child, for example: parent <li> #categories_block_left li {background: red;} child <li> <li> #categories_block_left li li {background: yellow;} child <li> <li> <li> #categories_block_left li li li{background: blue;} in this case you should also edit the #categories_block_left li ul {margin-left:40px} just remove the margin-left param effect: Link to comment Share on other sites More sharing options...
Melanthe Posted July 2, 2013 Author Share Posted July 2, 2013 Thank you much. this is block categories module, styles for this module are in the global.css file what to do? well, you have create styles for each <li> (parent) and for child, for example: parent <li> #categories_block_left li {background: red;} child <li> <li> #categories_block_left li li {background: yellow;} child <li> <li> <li> #categories_block_left li li li{background: blue;} in this case you should also edit the #categories_block_left li ul {margin-left:40px} just remove the margin-left param Link to comment Share on other sites More sharing options...
vekia Posted July 2, 2013 Share Posted July 2, 2013 please test the method that i pasted above in your store and let us know if this works for you 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