Viewing Transparent background option for Image Slider

Transparent background option for Image Slider



User: Lora D. 12 years ago
I would prefer that the image slider have a transparent background, like the image gallery. Currently, I have to choose a color for the background of the image slider, and I would prefer that my webpage's tiled background showed instead of the solid color.
User: Roddy 12 years ago
It's actually quite easy to do as long as you know the slider ID number.

Here's an example of the EW slider running over the top of the Super Sized background slider…

http://everwebcodebox.com/widget-test/super-sized.html

… although this is probably going over the top a bit!

Paste this code into the Head Code box in the page inspector…

<style type="text/css">
#galleria_0 {background: none}
</style>

In this case the ID number is 0 since it's the first time I have used the widget in this project.
If the above code doesn't work for you, post the URL to the published page.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.