Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Delete Product List/Category Heading

Delete Product List/Category Heading

Locked

Views: 3,520

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Sep 2008, 10:27 PM
#1
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Delete Product List/Category Heading

Hello,

How do I delete/get rid of the heading under the breadcrumbs as shown in the attached image. This is a category so im not sure how to delete it as there in no language file.

All the best...

29 Sep 2008, 12:31 PM
#2
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: Delete Product List/Category Heading

Anyone? I tried creating a definition file just like what happens for page_2 etc. but that didn't change a thing.

29 Sep 2008, 3:01 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Delete Product List/Category Heading

You can add this to your stylesheet, but check to make sure it doesn't remove other stuff you might have wanted to keep.

#productListHeading {
display:none; }

29 Sep 2008, 8:03 PM
#4
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: Delete Product List/Category Heading

Thx for the reply. I only want to remove "productlistheading" for certain categories. What can I do to make sure that ones I want to keep remain the way they are?

All the best...

17 Apr 2009, 1:42 PM
#5
shuntashay avatar

shuntashay

New Zenner

Join Date:
Apr 2008
Posts:
12
Plugin Contributions:
0

Re: Delete Product List/Category Heading

I don't know if this is what you are looking for but I have removed the new product for the month heading from my site by going to the css style sheet in my template and removing numbers now my centerbox code looks like this:
.centerBoxWrapper {
height: 1%;
margin: 1em 0;
border-left:0px solid #DADADA;
border-right:0px solid #DADADA;
border-bottom:0px solid #DADADA;
}

h2.centerBoxHeading {display:none; }
font-size: 1.3em;
color: #666666;
text-align:left;
padding-left: 0em;
}
and I went to my template image folder and removed: centerbox.bg.gif and header.bg.gif
my site is https://www.walgifts.com

15 Aug 2010, 8:15 AM
#6
mybaby avatar

mybaby

New Zenner

Join Date:
Oct 2009
Posts:
14
Plugin Contributions:
0

Re: Delete Product List/Category Heading

Removing the category title from the product listing page requires turning it off here: Admin -> Product Info --> Previous Next - Navigation Includes Category Position: Set it to '0'