Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Category title

Remove Category title

Locked

Views: 651

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
4 Sep 2010, 2:00 AM
#1
acreativepage avatar

acreativepage

Zen Follower

Join Date:
Sep 2004
Posts:
146
Plugin Contributions:
0

Remove Category title

I have tried removing the category title by adding this to the stylesheet:
#productListHeading {
display: none;
}

However it doesn't seem to be working on just one category. It's the only one that has a subcategory so I assume that's the reason. How do I remove category titles from categories that have sub-categories?

Here is the link to view so you can see. "Collections" is the one I'm having issues with:
http://acreativepagehosting.com/catalog/

4 Sep 2010, 3:36 AM
#2
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Re: Remove Category title

Perhaps try:

#indexCategoriesHeading {
display:none;
}
4 Sep 2010, 5:14 AM
#3
acreativepage avatar

acreativepage

Zen Follower

Join Date:
Sep 2004
Posts:
146
Plugin Contributions:
0

Re: Remove Category title

Thank you!!!!