Jump to content

CSS to single nav element


Recommended Posts

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

×
×
  • Create New...