Add text over image

i’m trying to find an element that will allow me to have a picture and put some sort of costume text over top of it.

Hello Matt,

Thanks for writing in! Regretfully this isn’t a feature offered by X or Pro theme that allows you to have a picture and a text on top of it. We only have card element and feature box element. You may be able to achieve something like this by using the Essential Grid. There are some skins that has a similar effects. You can get Essential Grid by installing it in X > Validation > Extensions. To know more about this plugin, please check this out:

Thanks for understanding. Take care!

Hi,
Thank you for your response.

How do you add these two available elements over the picture?
I have tried to add classic car and classic feature box and none of them overlaps.
Many thanks,
Diana

Hi Diana,

To be able to add a text on top of the image, you will need to add your image as background image.

You can add a background image to your section or to any element

To add a background image to any element, by adding the code below in element’s css

$el {
     background:url(bg-image.jpg) top center no-repeat;
}

Change bg-image.jpg with your image url

For more information kindly refer to the link below

https://www.w3schools.com/css/css_background.asp

Hope this helps

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