PDA

View Full Version : SlideShow Background


Stina
Oct-09-2008, 12:27 PM
I trying to remove the background behind the slideshow on my home page. I searched the messages boards and tried add this to my CSS

#bioBox {background: none; }

Is this the correct format or is there something that needs to be changed in the code I added to the bio section of the page please help.

my site is www.jcphotography.us

jfriend
Oct-09-2008, 12:33 PM
I trying to remove the background behind the slideshow on my home page. I searched the messages boards and tried add this to my CSS

#bioBox {background: none; }

Is this the correct format or is there something that needs to be changed in the code I added to the bio section of the page please help.

my site is www.jcphotography.us (http://www.jcphotography.us)

Try this:

#bioBox .boxBottom {background:none;}

It's actually the boxBottom div that has the background.

Stina
Oct-09-2008, 12:44 PM
Thanks so much it worked!!!!! :clap