Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to remove very top bar on all pages

How to remove very top bar on all pages

Locked

Views: 760

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Aug 2008, 2:22 AM
#1
kiwibrian avatar

kiwibrian

New Zenner

Join Date:
Nov 2003
Posts:
70
Plugin Contributions:
0

How to remove very top bar on all pages

I have been unable to discover the correct method of totally removing the topmost bar on all pages. It normally contains "Home", "Log In", and the Search boxes.
Any pointers to where this is covered will be appreciated.

6 Aug 2008, 3:29 AM
#2
htsean avatar

htsean

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: How to remove very top bar on all pages

One way is to edit your tpl_header.php and remove the #navMainWrapper div.

Make your way to includes/templates/YOURTEMPLATE/common/tpl_header.php while you are connected to your website from a ftp client.

If there is no tpl_header.php nor a directory called "common", make one, and put tpl_header.php in it from includes/templates/DEFAULTTEMPLATES?/common/tpl_header.php.

Now, edit tpl_header.php and look for a section of code with #navMainWrapper. Delete that section of code.

6 Aug 2008, 3:33 AM
#3
kiwibrian avatar

kiwibrian

New Zenner

Join Date:
Nov 2003
Posts:
70
Plugin Contributions:
0

Re: How to remove very top bar on all pages

Many thanks HT.