Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do delete the bar at the bottom?

How do delete the bar at the bottom?

Locked

Views: 1,320

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Oct 2007, 1:01 PM
#2
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

Re: How do delete the bar at the bottom?

nao:

hello! Could you tell me how do i delete the yellow bar at the bottom or at least make it white?
http://www.primowebdesign.com/images/Screenshot-45.png

and if is posible to put the wide banner into the white template and not outside?
http://web.opzione.com/web/IMG/jpg/zen-cart_1301-IT_spec.jpg

thank you! :smile:

Sounds like you need to start learning about CSS before you embark on Zen

, but to get rid of it in the CSS:

#navSupp {display: none;}

or have a look at the colours / background picture displayed in #navSuppWrapper

4 Nov 2007, 12:22 AM
#3
ideashop avatar

ideashop

New Zenner

Join Date:
Sep 2007
Posts:
24
Plugin Contributions:
0

Re: How do delete the bar at the bottom?

crazycucumber:

To get rid of it in the CSS:
#navSupp {display: none;}

This was helpful. Thanks! :cool:

I don't think I would have guessed to turn this off using style, especially since "Categories-Tabs Menu ON/OFF" is something you can turn off in the admin panel under Configuration > Layout Settings.

Here's what I used:

#navSuppWrapper, #navSupp { display: none; }

If there is a better way to do this, I'd love to hear it. This method seems to work well.