Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    9
    Plugin Contributions
    0

    Default How do delete the bar at the bottom?

    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/z...01-IT_spec.jpg


    thank you!

  2. #2
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: How do delete the bar at the bottom?

    Quote Originally Posted by nao View Post
    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/z...01-IT_spec.jpg


    thank you!

    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
    Various Zen cart sites !

  3. #3
    Join Date
    Sep 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: How do delete the bar at the bottom?

    Quote Originally Posted by crazycucumber View Post
    To get rid of it in the CSS:
    #navSupp {display: none;}
    This was helpful. Thanks!

    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:
    Code:
    #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.
    Last edited by IdeaShop; 4 Nov 2007 at 01:27 AM.

 

 

Similar Threads

  1. How to delete the bottom pictures of web
    By alan145 in forum General Questions
    Replies: 1
    Last Post: 7 Nov 2009, 03:41 PM
  2. remove home bar at the bottom of the page?
    By onejimb in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2009, 03:36 AM
  3. How do i move the EZPages menu bar to the bottom of the banner image?
    By frogpounder in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 May 2009, 04:06 PM
  4. Bottom bar the same as top bar?? Please help
    By spikeycactus in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Oct 2008, 12:05 AM
  5. Trying to delete the banner on the bottom of page
    By lapowerlifter242 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Oct 2007, 09:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg