Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2010
    Posts
    13
    Plugin Contributions
    0

    Default How do I remove this...?

    At the bottom of my site, http://www.decoupagedelights.com/zencart/
    there is a section that just says 'Home' (above the copyright). How do I remove this from my site? (I have the newest Zencart installed, and using the 'Classic' template). Thanks.

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

    Default Re: How do I remove this...?

    You can add this to the stylesheet:

    #navSuppWrapper {display:none;}

    or find the navSuppWrapper section in tpl_footer.php and comment it out.

  3. #3
    Join Date
    Apr 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: How do I remove this...?

    Hi, thanks for that, I tried it but I didn't do it right, now the top part of my site (Home, Login & Search) has got a white background instead of the gold pattern like the rest of the page. If possible, could you help me get it back to what it looks like in the attached picture, instead of what it looks like now? Thanks.
    Attached Images Attached Images  

  4. #4
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: How do I remove this...?

    You have a lot of background colors in the header that are white in CSS. We can't test which one because your using and image background. You can look in the header div and comment out the white background. or force transparent background.

  5. #5
    Join Date
    Apr 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: How do I remove this...?

    Hi, how would I force in a transparent background to that part? Thanks.

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

    Default Re: How do I remove this...?

    It looks like you've removed this from the stylesheet:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }


    That's just the styling, so removing that statement won't remove any page element. You'll have to put that back, make the changes you made before (background image, etc.) and add the statement in my first post to the end of the stylesheet.

  7. #7
    Join Date
    Apr 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: How do I remove this...?

    Hi, does this (above) go in the main stylesheet.css, or where else? And under which part should it go. Thanks for your help.

  8. #8
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: How do I remove this...?

    Yes it's in the stylesheet.css, you can just drop it at the bottom of the file.

  9. #9
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How do I remove this...?

    Just FYI, you mentioned earlier that you're using the 'classic' template. I hope you're following the override system and not making changes to the files in the /classic folders.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. How Do I Remove This????
    By nickita in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Apr 2007, 12:41 AM
  2. How do I remove this?
    By KTNaturals in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 21 Dec 2006, 11:16 PM
  3. how to remove this?
    By ramkharel in forum Basic Configuration
    Replies: 8
    Last Post: 27 Oct 2006, 10:12 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