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...
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...
Anyone? I tried creating a definition file just like what happens for page_2 etc. but that didn't change a thing.
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; }
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...
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 www.walgifts.com
Last edited by shuntashay; 17 Apr 2009 at 02:46 PM.
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'