Zen Cart Logo
Forums / General Questions / Remove Sidebox headings

Remove Sidebox headings

Locked

Views: 695

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Feb 2010, 12:01 PM
#1
cookiepus avatar

cookiepus

Zen Follower

Join Date:
Jan 2010
Posts:
131
Plugin Contributions:
0

Remove Sidebox headings

Hi
I have used the Blank Sidebox Mod v2.0 to ad some custom sideboxes to my site.
i cant figure out how to get rid of the headings above my graphic buttons.
The css (display:none) dosen't work.
Because they are new custom sideboxes and the css dosen't contain references to them (i guess?)
i also have a custom template installed to confuse this further!
http://ezlivinggalway.ie/zen/index.php?main_page=discount_coupon

also - i know the admin has sidebox width controls, but what controls the height?

Thanks Guys

11 Feb 2010, 12:18 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Remove Sidebox headings

#blanksideboxHeading {display:none;} works for me in Web Developer.

In most sideboxes, the content determines the height, but you can specify height:XXpx; in the stylesheet.

11 Feb 2010, 2:11 PM
#3
cookiepus avatar

cookiepus

Zen Follower

Join Date:
Jan 2010
Posts:
131
Plugin Contributions:
0

Re: Remove Sidebox headings

Thanks stevesh