Hi, is there a way to add a custom background to text or headline element so it’s neither a solid colour of gradient, the idea being adding inline SVG like this:
So that the text itself changes colour
Hi, is there a way to add a custom background to text or headline element so it’s neither a solid colour of gradient, the idea being adding inline SVG like this:
So that the text itself changes colour
Hello @wolfproductions,
Thanks for writing to us.
By default, the Headline element allows you to set a background color or gradient for the text, but it does not provide an option to use a background image.
As an alternative, add a Div element and set the background image on it. Then, place the Text or Headline element inside the Div. The background image will appear behind the text.
Hope it helps
Thanks