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.
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.
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,
Dan - statuscontrols.com/web
web programming and design
Any idea what that template page is?
from your image it looks like your product listing pages so try tpl_index_product_list.php around line 17
Dan - statuscontrols.com/web
web programming and design
If this is in reference to the stand-alone bold/larger category title...
Try adding this to your stylesheet.css;
Code:#productListHeading { display: none }
Thanks Sketchy,
#productListHeading { display: none }
Fixed the problem.
-Z
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.![]()