Transparent background for slide show
-
Hi
is there a way to have a transparent background in the full screen slide show that opens after clicking on an image in a gallery ?
My theme is Visual
Thank youThe blog I need help with is: (visible only to logged in users)
-
Hi, Are you talking about like when you go to http://ovnigraphic.com/business-cards/#jp-carousel-616? If so, this removes the dark background, but as you will see, not having that background makes things a little confusing. Add the following CSS and see if that is what you wanted, and also how it can become confusing.
.jp-carousel-overlay { background: none; }You might give this a try, which creates a black background with a transparency to it so that the page content behind shows through. The last number, 0.5, is the level of opacity. 1 would be opaque and 0 would be completely transparent.
.jp-carousel-overlay { background: rgba(0, 0, 0, 0.5); } -
Yes, i talk about this page http://ovnigraphic.com/business-cards/#jp-carousel-616, tried the two css line you send me but it doesn’t seem to work….
-
I’m not seeing a carousel on that page anymore, just a gallery and I see you removed the background for the gallery (content area) with the following CSS:
#page, .hentry { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); }If you have a carousel somewhere on another page or in another post with the background, I can take a look for you. The code I gave worked in a carousel in my test site.
-
Thank you, yes, i finally decided to remove carousel, but I will have to put some on other pages, thank you very much.
-
You are welcome. Let us know when you do and try the code again. If it doesn’t work, let us know and we can help getting it like you want it.
- The topic ‘Transparent background for slide show’ is closed to new replies.