thinkofmedia Posted May 25, 2009 Share Posted May 25, 2009 Hi EveryoneI'm trying to change the background color of one element. The Eco tab on www.ppens.co.uk to green.Can anyone suggest how I could attach a class in php to the element. Or another way please. Link to comment Share on other sites More sharing options...
rocky Posted May 26, 2009 Share Posted May 26, 2009 You could change line 1 of modules/categoriesbar/category-bar-level.tpl from: to: and then add something like the following to modules/categoriesbar/chromestyle.css to style just the eco-friendly button: li#button25 a { background: url(chromebg-green.gif); } where chromebg-green.gif is your modified background graphic for the eco-friendly button in the modules/categoriesbar directory. I hope this helps. Link to comment Share on other sites More sharing options...
Recommended Posts