Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing category heading

Removing category heading

Views: 559

Results 1 to 4 of 4
21 Oct 2011, 11:35 AM
#1
johnnyh avatar

johnnyh

New Zenner

Join Date:
Oct 2011
Posts:
50
Plugin Contributions:
0

Removing category heading

Hi everybody

Hope somebody can help me in this jungle :)

I've now installed prettier breadcrumb on this work in progress: https://www.studteol.dk/zencart, but now the category heading is redundant on the productlistings pages.

Have tried to figure out how to remove the heading but to no avail.
So far I think I have to do something in tpl_index_categories.php but what??

Any suggestions?

21 Oct 2011, 12:34 PM
#2
moesoap avatar

moesoap

Zen Follower

Join Date:
Mar 2010
Posts:
258
Plugin Contributions:
0

Re: Removing category heading

Johnnyh:

Hi everybody

Hope somebody can help me in this jungle :)

I've now installed prettier breadcrumb on this work in progress: https://www.studteol.dk/zencart, but now the category heading is redundant on the productlistings pages.

Have tried to figure out how to remove the heading but to no avail.
So far I think I have to do something in tpl_index_categories.php but what??

Any suggestions?

You can try this...

#whatsNew h2.centerBoxHeading {
    display: none;
}
21 Oct 2011, 12:35 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: Removing category heading

You can remove line 16 in includes/templates/template_default/templates/tpl_index_product_list.php and save that file to your custom template override folder.

21 Oct 2011, 8:02 PM
#4
johnnyh avatar

johnnyh

New Zenner

Join Date:
Oct 2011
Posts:
50
Plugin Contributions:
0

Re: Removing category heading

Sorry **moesoap **that did not work...

Thank you so much stevesh, that worked like a charm :)
I actually had tried that, just forgot that I off course had to move it to a different folder for it to take effect :)