PDA

View Full Version : solid background w/no borders


jd momma
Aug-13-2009, 12:06 PM
Hi, I'm new to all this so please bear with me. I am trying to get a solid background around all of the galleries on my homepage. Currently, there is a big white border going around the different parts. I want the white border gone. Sorry if I didn't explain it very well, but here is the link to my site.
http://ddlong.smugmug.com/

Thanks in advance for the help!

J Allen
Aug-14-2009, 09:24 AM
See if this gets it on all your pages, I think there's an easier rule for this, but this one should get it on all your pages:







/*====No More Background====*/
.boxBottom,
.boxTop,
.box
{background:none !important;}

#footer,
#homepage,
#category,
#content,
#bodyWrapper
{background-image:none !important;}

#extraDiv1,
#extraDiv2
{display:none !important;}



/*====Tighten Homepage====*/
#userBio {padding:0;}
#homepage {padding-top:0;}
.homepage #breadcrumb
{display:none;}






:ear

jd momma
Aug-14-2009, 10:18 PM
It worked! Thank you so much! You are awesome.