How do I generate the same transparent background for any text the way the easy slider caption text generates a black transparent background for text?
Hi shreinmedia!
You can wrap your text inside a span with a custom class as following
<span class="my-custom-text">Your text here</span>
then you can add following code to Quick CSS in Enfold theme options under General Styling tab
.my-custom-text { background-color: rgba(0,0,0,0.7); padding: 5px; }
Cheers!
Yigit
Thank you, this worked wonderfully.
Hi!
Glad we could help :)
Regards,
Vinay