Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I delete this banner box?

How do I delete this banner box?

Locked

Views: 1,068

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
4 Oct 2009, 2:58 AM
#1
blues_gurl avatar

blues_gurl

New Zenner

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

How do I delete this banner box?

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.

4 Oct 2009, 3:31 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

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.

4 Oct 2009, 3:48 AM
#3
blues_gurl avatar

blues_gurl

New Zenner

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

Re: How do I delete this banner box?

Here is the link to the actual store

http://afriquelachic.com/

4 Oct 2009, 4:06 AM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

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

4 Oct 2009, 4:40 AM
#5
blues_gurl avatar

blues_gurl

New Zenner

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

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 :P

4 Oct 2009, 4:55 AM
#6
blues_gurl avatar

blues_gurl

New Zenner

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

Re: How do I delete this banner box?

Thanks dbltoe

Your fix worked like a charm:clap:

4 Oct 2009, 5:03 AM
#7
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: How do I delete this banner box?

Glad you got it going
:bigups:
Now to work on the dreaded "sdgfsdsdsgsdgsdg" bug:P

4 Oct 2009, 5:07 AM
#8
blues_gurl avatar

blues_gurl

New Zenner

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

Re: How do I delete this banner box?

lol i have a long way to go---so many things to set up so I am glad I joined this forum---there is a ton useful info here.