Tagged: x
-
AuthorPosts
-
November 16, 2016 at 3:25 pm #1259926
I have added a png layer that I would like to have transparency over the background in a Revolution Slider. In the layer settings I have put the following in the layer inline advanced CSS:
{
opacity: 0.15;
filter: alpha(opacity=15);
}The opacity works while viewing the slide {nearly invisible at 15%} however, when viewing the site the opacity is barely affected.
http://www.surfingdeer.com/seagrove/home
Thanks.
November 16, 2016 at 6:07 pm #1260154Hello There,
Thanks for writing in! I could not check the layer on the live view. Would you mind providing us the url of your site with login credentials so we can take a closer look at your slider?
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
November 17, 2016 at 7:40 am #1260982This reply has been marked as private.November 17, 2016 at 9:27 am #1261135Hi there,
Can you point us the layer? Also try increasing the opacity value to make sure the code working. 0.15 is too small value to see the change.
Thanks!
November 17, 2016 at 9:45 am #1261162This reply has been marked as private.November 17, 2016 at 7:17 pm #1261901Hi there,
I don’t see those warnings, could be cache on your end.
About the slider, please add this CSS to Admin > Appearance > Customizer > Custom > CSS
#slide-33-layer-10 { opacity: 0.15 !important; }
It looks like a bug, my changes won’t take effect too. At least for image layers.
Thanks!
November 17, 2016 at 8:52 pm #1262005Thanks, but how did you determine the slide # and layer #
I need to have the transparency the same for the text layer as well.November 17, 2016 at 11:51 pm #1262146This reply has been marked as private.November 19, 2016 at 3:21 pm #1263785Thanks!
November 20, 2016 at 12:44 am #1264050You’re welcome.
-
AuthorPosts