
Originally Posted by
webbydeb
My menu categories are not showing at the top, despite my having enabled the category tabs in admin - config- layout.
Is there a special thing I need to do with comstock to have them show?
From the readme_comstock_template.txt file
STYLESHEET SETTINGS:
The top horizontal category navigation, and the footer IP address are set to display none by default.
To use comment out this declaration:
Code:
#navCatTabsWrapper {
display: none;
}
#siteinfoIP {
display: none;
}
and un-comment the following declarations:
Code:
/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/
Bookmarks