kyls Posted December 3, 2009 Share Posted December 3, 2009 can someone please let me know how to make the sub cat a different colour to its category and what code i would need to edit in order to have the relevant sub categories tab a little to the right.this is what i am working on http://www.lally.com.au/index.phpthanks in advance.KylieAustralia Link to comment Share on other sites More sharing options...
prsut Posted December 4, 2009 Share Posted December 4, 2009 If you want to change colours and position to first 3 (not sure> 3 or 4 ) levels, you can do it in global.css Link to comment Share on other sites More sharing options...
kyls Posted December 5, 2009 Author Share Posted December 5, 2009 Hi There,where abouts in the global css, I have been playing around with the /* Block categories */ section and div#categories_block_left span.grower{Do you know what code i need to alter/add to make the sub catedgories a different colour to the categories.Thanks for your help Link to comment Share on other sites More sharing options...
rocky Posted December 5, 2009 Share Posted December 5, 2009 Add the following to the /* Block categories */ section of your global.css: div#categories_block_left ul.tree li ul li a { color: red; } Change red to whatever you want the colour of the subcategories to be. Link to comment Share on other sites More sharing options...
kyls Posted December 7, 2009 Author Share Posted December 7, 2009 Thanks again Rocky.Worked a treat.Kylie Link to comment Share on other sites More sharing options...
Recommended Posts