Background image for Text element

Hi,
How can I add an background image to a text element?

Thank you,
Renzo.

Hello Renzo,

Thanks for writing to us.

Regretfully there is no option to add the background image on the Text element but you can add the background image through the custom element CSS. I would suggest you go to the Text element —>Customize —>Element CSS—>Add this custom CSS code.

$el.x-text.x-content{
  background-image:url(image_source_url);
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.