Zen Cart Logo
Forums / General Questions / Disable Title in breadcrumb?

Disable Title in breadcrumb?

Locked

Views: 785

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Sep 2010, 10:13 PM
#1
maxell6230 avatar

maxell6230

New Zenner

Join Date:
Nov 2009
Posts:
27
Plugin Contributions:
0

Disable Title in breadcrumb?

Hi Does anyone know how I can disable the title that appears under the breadcrumb navigation. Eg, if you have an EZ-page called Test zencart displays the word test under the navigation.

Thanks in advance
Maxell

16 Sep 2010, 11:10 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Disable Title in breadcrumb?

It depends on the page, but if you want to remove it from EZ pages you can add this to your stylesheet:

#ezPagesHeading {display:none;}

or search for ezpagesheading in the Developers Tool Kit abnd remove it from the template file.

16 Sep 2010, 1:37 PM
#3
maxell6230 avatar

maxell6230

New Zenner

Join Date:
Nov 2009
Posts:
27
Plugin Contributions:
0

Re: Disable Title in breadcrumb?

Thanks worked a treat.