how can i make my slideshow background transparent on the Connect theme?
-
Hi all,
I can’t seem to get CSS to let me make my homepage slideshow transparent. I’m using the Connect theme.
And here’s my site: ashleybrim.wordpress.com.
Thanks a ton for any help!
The blog I need help with is: (visible only to logged in users)
-
-
-
You almost had it! There is no ID called “container” (there is only a class) so just use the following:
.slideshow-window { background:transparent; border-color:transparent; } -
Add the !important attribute to both of the declarations so it looks like this:
.slideshow-window { border-color: transparent !important; background-color: transparent !important; }
- The topic ‘how can i make my slideshow background transparent on the Connect theme?’ is closed to new replies.