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

    Is there a way to create a colored, semi-transparent background behind the text in a special heading where the background is just behind the text and not a long ways to the left and right of the text (filling the container, I imagine)? I saw a post that said to place the heading in a column, but I would like to be able to do this without placing the heading in a column. Thank you.

    #531547

    Hey block4!

    Drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    .av-special-heading-tag { background: rgba(0,0,0,0.3) !important; }
    </style>
    

    Regards,
    Elliott

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