Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #604698

    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?

    #604700

    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

    #604866

    Thank you, this worked wonderfully.

    #604916

    Hi!

    Glad we could help :)

    Regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.