Zen Cart Logo
Forums / General Questions / Do not show heading

Do not show heading

Locked

Views: 538

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 May 2009, 3:33 PM
#1
best_price_accessori avatar

best_price_accessori

Zen Follower

Join Date:
Dec 2008
Posts:
155
Plugin Contributions:
0

Do not show heading

Hello

Ok, after a stressful few days, I am nearly done.

Is there an easy way to not show headings on the Page. For example I have the heading displayed twice, as I have the heading in tpl_main_page.php

Daniel

26 May 2009, 3:47 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Do not show heading

If it's the text in black you want to remove, this in your stylesheet should do it:
**
#aboutUsHeading {display:none;}**

26 May 2009, 4:05 PM
#3
best_price_accessori avatar

best_price_accessori

Zen Follower

Join Date:
Dec 2008
Posts:
155
Plugin Contributions:
0

Re: Do not show heading

Is there a way to do that for all the headings? without having to list every single one.

26 May 2009, 4:11 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Do not show heading

** #productListHeading {display:none;}**

should take care of the rest that I see.

There may be a way to turn that off in Admin, too.