Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Category Header from Catalog?

Remove Category Header from Catalog?

Locked

Views: 1,255

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
9 Nov 2006, 11:42 PM
#1
zulurose avatar

zulurose

New Zenner

Join Date:
Sep 2006
Posts:
92
Plugin Contributions:
0

Remove Category Header from Catalog?

Hi, I have looked all thru the Admin Config setting but can not seem to de-activate the Category Header that appears underneath the breadcumbs.

Attached is a photo of what I am trying to remove.

9 Nov 2006, 11:45 PM
#2
igd avatar

igd

New Zenner

Join Date:
Nov 2004
Posts:
76
Plugin Contributions:
0

Re: Remove Category Header from Catalog?

there is no switch for it, you will have to modify the actual template page that handles that area. I think i just answered this in one of your other posts but just making sure i catch ya ;)

Cheers,

10 Nov 2006, 12:07 AM
#3
zulurose avatar

zulurose

New Zenner

Join Date:
Sep 2006
Posts:
92
Plugin Contributions:
0

Re: Remove Category Header from Catalog?

Any idea what that template page is?

10 Nov 2006, 1:12 AM
#4
igd avatar

igd

New Zenner

Join Date:
Nov 2004
Posts:
76
Plugin Contributions:
0

Re: Remove Category Header from Catalog?

from your image it looks like your product listing pages so try tpl_index_product_list.php around line 17

10 Nov 2006, 7:49 AM
#5
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Remove Category Header from Catalog?

If this is in reference to the stand-alone bold/larger category title...

Try adding this to your stylesheet.css;

#productListHeading { display: none }
10 Nov 2006, 2:07 PM
#6
zulurose avatar

zulurose

New Zenner

Join Date:
Sep 2006
Posts:
92
Plugin Contributions:
0

Re: Remove Category Header from Catalog?

Thanks Sketchy,
#productListHeading { display: none }
Fixed the problem.

-Z

11 Nov 2006, 6:19 AM
#7
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Remove Category Header from Catalog?

You're welcome, I'm glad to hear that it worked for you. I'm not fond of making extra override files and I'll cheat when I can via CSS... tends to help keep the next upgrade more manageable. :yes: