Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2011
    Location
    Missouri
    Posts
    60
    Plugin Contributions
    0

    Default how do i remove the part that is just above the footer?

    OK, I am using version 1.39h of Zen Cart and the free template called Flowers (orange). This is a link to our store:
    http://www.vividtovintage.com

    At the bottom just above the footer there is a grey banner that had the word and link "home" in it. How do I remove the whole grey banner part along with the word and link "home"?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: how do i remove the part that is just above the footer?

    One way would be to add to your stylesheet:

    #navSuppWrapper {display:none;}

  3. #3
    Join Date
    Jun 2011
    Location
    Missouri
    Posts
    60
    Plugin Contributions
    0

    Default Re: how do i remove the part that is just above the footer?

    doesn't work for me

  4. #4
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: how do i remove the part that is just above the footer?

    What stevesh posted will work. Make sure you are editing the stylesheet for the active template you are using. Path should be something like: /includes/templates/YOUR_TEMPLATE_NAME/css/stylesheet.css

    Search for:

    Code:
    #navSuppWrapper
    and you should find something similar to:
    Code:
    #navSuppWrapper {
    	width:100%;
    	margin:0 auto;
    	float:left;
    }
    Replace that with:
    Code:
    #navSuppWrapper {display:none;}

  5. #5
    Join Date
    Jun 2011
    Location
    Missouri
    Posts
    60
    Plugin Contributions
    0

    Default Re: how do i remove the part that is just above the footer?

    Quote Originally Posted by Crunch View Post
    What stevesh posted will work. Make sure you are editing the stylesheet for the active template you are using. Path should be something like: /includes/templates/YOUR_TEMPLATE_NAME/css/stylesheet.css

    Search for:

    Code:
    #navSuppWrapper
    and you should find something similar to:
    Code:
    #navSuppWrapper {
    	width:100%;
    	margin:0 auto;
    	float:left;
    }
    Replace that with:
    Code:
    #navSuppWrapper {display:none;}
    I did that and when I did that my page got all messed up so I put it back the way it was.

  6. #6
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: how do i remove the part that is just above the footer?

    Looks like this is in your stylesheet:

    Code:
    #navSuppWrapper{ margin: 0; background: #ebebeb; width: 100%; text-align: center; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; font-size: 11px; font-weight: bold; color: #666666; }
    Did you replace all of that with just:
    Code:
    #navSuppWrapper {display:none;}

  7. #7
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: how do i remove the part that is just above the footer?

    I just downloaded that orange template and installed it on a test site.

    I replaced:
    Code:
    #navSuppWrapper{ margin: 0; background: #ebebeb; width: 100%; text-align: center; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; font-size: 11px; font-weight: bold; color: #666666; }
    with:
    Code:
    #navSuppWrapper {display:none;}
    The Home footer is gone. If it's not working for you then you may have missed something when replacing that entire line.

  8. #8
    Join Date
    Jun 2011
    Location
    Missouri
    Posts
    60
    Plugin Contributions
    0

    Default Re: how do i remove the part that is just above the footer?

    OK, my bad...I didn't replace that line, just had added what he had said. Now that I replaced it as was told then it worked great and I do thank you so much for being as patient as youb are with us newbies and dummies.

    Thank you once again!!

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: how do i remove the part that is just above the footer?

    For those reading this thread, if you add a rule to the styylesheet that already exists, it has to go below the existing rule. Stylesheets are generally loaded top to bottom.

  10. #10
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: how do i remove the part that is just above the footer?

    The visibility:none is a poor fix. The content still loads every time a page is displayed, it just doesn't show - which wastes CPU processing power and bandwidth.

    Go to
    Admin -> Tools -> Developer's Toolkit -> Lookup in all files (make sure to select "All Files - Catalog/Admin") and hit search

    It should be in one of your template files. Comment the line out or delete it entirely.

 

 

Similar Threads

  1. How is possible that alla central part of the site is disappeared?
    By matteoraggi in forum General Questions
    Replies: 1
    Last Post: 31 Jan 2012, 02:35 PM
  2. how to remove the top part of the page?
    By nishajh in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Oct 2009, 04:45 AM
  3. How to remove the price above the name of produtct?
    By Feifa in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Aug 2009, 02:32 PM
  4. How in the world do you remove that gap below the header?!
    By CobraPlant in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Nov 2007, 11:31 AM
  5. Replies: 2
    Last Post: 12 Sep 2007, 05:34 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR