Zen Cart Logo
Forums / General Questions / Sponsor Title removed

Sponsor Title removed

Locked

Views: 2,061

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
4 Jul 2008, 5:00 AM
#1
joemind avatar

joemind

New Zenner

Join Date:
Jul 2008
Posts:
62
Plugin Contributions:
0

Sponsor Title removed

how can i remove the sponsors box around a banner , so that the banner is directly on the background in the side box instead of being enclosed inside the sponsors box??

4 Jul 2008, 7:16 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sponsor Title removed

You did not provide a link to your site nor what template of version of Zen Cart etc etc

But you can try adding this

#bannerboxallHeading {
display: none;
}
#bannerboxall {
border: none;
}
4 Jul 2008, 3:57 PM
#3
joemind avatar

joemind

New Zenner

Join Date:
Jul 2008
Posts:
62
Plugin Contributions:
0

Re: Sponsor Title removed

hello, sorry here is the link to the site, i am still testing it, https://www.arivacs.com/catalog/

21 Jan 2009, 12:45 AM
#4
zcnb avatar

zcnb

Zen Follower

Join Date:
Jun 2008
Posts:
338
Plugin Contributions:
0

Re: Sponsor Title removed

FYI: while kobra's tip visually achieves the desired outcome, it may have issues with Google's policies, as discussed in the following thread:

http://www.zen-cart.com/forum/showthread.php?t=79667

I wonder whether there are any alternatives (other then deleting all text in addition to doing what kobra suggested).