Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Location
    los angeles
    Posts
    5
    Plugin Contributions
    0

    help question How do I delete this banner box?

    [IMG][/IMG]

    I have tried everything. I looked in banner manager, layout boxes controller, configuration/layout settings and I just can't figure it out.

    I am new at this as I just installed zen cart and a template from keen web templates so I am just getting to know the systems.

    I have tried column sorting to no avail.

    I do not know what the box is ---if it is a banner or just some box.

    Please help

    I attached a picture of the box and it is the box on the upper left hand corner.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: How do I delete this banner box?

    One of the reasons the posting tips suggests you add a link to the site.
    Looks like store-bought and that means ANYTHING could be causing it.
    With a link, we can actually get a look where we need to.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Oct 2009
    Location
    los angeles
    Posts
    5
    Plugin Contributions
    0

    Default Re: How do I delete this banner box?

    Here is the link to the actual store

    http://afriquelachic.com/

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: How do I delete this banner box?

    Template Monster ALERT!!!!!!!!!!!!!!

    You will need to find the menu_bg1 and menu_bg2 calls in the stylesheet_tm.css and replace all the existing calls with display: none;

    Quickest way on bg_1 -- Change
    .menu_bg1 {
    background:url(../images/menu_bg1.gif) no-repeat left top #6e9721;
    min-height:259px;
    height:auto !important;
    height:259px;
    }
    to
    .menu_bg1 {
    /*background:url(../images/menu_bg1.gif) no-repeat left top #6e9721;
    min-height:259px;
    height:auto !important;
    height:259px;*/
    display: none;
    }
    Surrounding the calls with /* and */ comment out the calls. Adding the display: none turns off the display.

    You'll need to do the same to menu_bg2
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Oct 2009
    Location
    los angeles
    Posts
    5
    Plugin Contributions
    0

    Default Re: How do I delete this banner box?

    ok I will give it a try. thanks for taking the time to give support. i will let you know if it is successful

  6. #6
    Join Date
    Oct 2009
    Location
    los angeles
    Posts
    5
    Plugin Contributions
    0

    Default Re: How do I delete this banner box?

    Thanks dbltoe

    Your fix worked like a charm

 

 

Similar Threads

  1. How to delete a Banner?
    By dvasev in forum General Questions
    Replies: 6
    Last Post: 3 Apr 2014, 07:26 PM
  2. How do I add a banner box (like an Amazon box)
    By lrfowler in forum General Questions
    Replies: 5
    Last Post: 9 Jul 2013, 07:40 PM
  3. Side column banner , Delete ugly header & gap? how?
    By edwardtilbury in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Nov 2008, 02:06 AM
  4. Hi,How to delete this header...?
    By kimsonvu in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Dec 2006, 06:32 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