Hello,
How do I make an image which I have inserted as a layer on a slide slightly transparent so the background shows through?
I have tried inserting in custom css, but nothing happens:
background: rgba(255,255,255,.5);
Many thanks
Hey rkhatib!
Thank you for using Enfold.
Adjust the opacity of the layer.
opacity: .5;
http://www.w3schools.com/css/css_image_transparency.asp
Cheers!
Ismael
