I would like to add a transparent box behind the text so it is more readable. I tried the stroke method, but it doesn’t look that great. A box similar to the site below.
I think it would make it pop out more.
Any idea how to do it?
Hi Michael!
Try adding this to your custom CSS.
.av-parallax .av-special-heading {
background-color: rgba(0, 0, 0, 0.5) !important;
}
If that’s not what your trying to do then take a screenshot and highlight the elements your trying to add a background to.
Best regards,
Elliott