I tried several oprtions teying to make text box background with transparency using rgb(200, 54, 54), or something like this. Unfortunately I couldn`t do it, can you tell me how.
I want o make transparent the background of this slider http://www.cappellini.com.ar.
Thanks.
Hey,
Use rgba values.
background: rgba(200, 54, 54, .5);
.5 is the transparency level.
Regards,
Ismael
Thank but where should I enter that value and how. Is there any documentation on LayerSlider?
Hey,
Edit the layer, then click the Style tab. Add the css on Custom styles field.
You can watch this video: http://www.youtube.com/watch?v=ZY9SxVyugx4
Regards,
Ismael