Tagged: background color, special heading, text
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.
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