Hi !
Right now in the layerslider captions I have a black text with white background.
Is it possible to edit the caption white text background to be transparent (perhaps via css) ???
Some kind of 80% would be perfect.
Best regards
Tom
As an alternative I could remove the text background and place a transparent rectangle behind the text…
Hi!
You can use rgba values for the background color. Place it on the layer slider’s “Custom styles” under Style panel. You can add something like this:
background: rgba(0,0,0,.5);
Regards,
Ismael
Thanks Ismael – again a perfect solution :-)
Best regards
Tom