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
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
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.
Thanks worked a treat.