Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Cherry Zen Template Support Thread
newkernel:
One more question.Configuration Section/Layout Settings/Categories menu labels on / off,i set it on.I don't know how to change the background color of the categories menu.Please help .:hug::laugh:
That is done in includes/templates/cherry_zen/css/stylesheet.css. You can create a color for that section like this:
#navCatTabsWrapper{
background:#000000;
}
