Zen Cart Logo

page headings

Locked

Views: 740

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
21 Dec 2010, 12:29 AM
#1
grasmat avatar

grasmat

New Zenner

Join Date:
Dec 2010
Posts:
71
Plugin Contributions:
0

page headings

https://www.walhallarecords.be

How do i remove the headings of my pages? I mean, for example when you click on "Label" there is a coloured heading in the main with the title of that page. I don't want this.

21 Dec 2010, 1:31 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: page headings

How do i remove the headings of my pages?
This will work for the "Label" page types
Add this to the bottom of your stylesheet

#ezPagesHeading {
        display: none;
        }
21 Dec 2010, 8:41 AM
#3
grasmat avatar

grasmat

New Zenner

Join Date:
Dec 2010
Posts:
71
Plugin Contributions:
0

Re: page headings

Worked! thanks a lot Kobra!

28 Dec 2010, 12:57 AM
#4
mgdesigns avatar

mgdesigns

New Zenner

Join Date:
Dec 2010
Posts:
25
Plugin Contributions:
0

Re: page headings

Is there a way I can make the 'home' label go away on the home page, but still have the labels show on the inside pages (because they are all linked and I like that).

Thanks!

28 Dec 2010, 1:37 AM
#5
mgdesigns avatar

mgdesigns

New Zenner

Join Date:
Dec 2010
Posts:
25
Plugin Contributions:
0

Re: page headings

Nevermind - I found it - thanks!