Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #382072

    I was wondering if there’s some way I could replicate the easy slider caption style (The black box behind the text) in a regular text area.

    I was using an easy slider, but I needed to customize the section I was working on a bit more (more than two buttons, and add a logo on top of it). So, I switched to a regular text area for the description, but now it blends too much with the BG. So, if I could somehow replicate the black box behind it…then I would be good to go.

    If there’s any way of doing this please let me know how!

    #382620

    Hi SeizeTheBeat!

    Use a codeblock element and add this inside.

    <div style = "background: rgba(0,0,0,0.3);padding:10px;color:white;">
    Your text goes here.
    </div>

    Best regards,
    Elliott

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