Hi -
Is there a way to eliminate the heading for a particular sidebox and/or for a banner group (get rid of "sponsors")?
Hi -
Is there a way to eliminate the heading for a particular sidebox and/or for a banner group (get rid of "sponsors")?
Every sidebox has a unique id (the categories box is #categories). Look in view source to find the id for the box in question, and add to your stylesheet for say id="bannerbox"
#bannerboxHeading {display: none;}
This is case sensitive.
Perfect, and that helped me take care of the padding issue for that box, too
Thanks, Glenn!