Adding Background Image to Text

Hi X Team,

I am trying to add a picture to the background of a text element. I looked on prior X theme help and found something, but I can’t get it to work right. Here’s what I currently have for my CSS:

.e-background-image url(‘https://exploreyourleadership.com/wp-content/uploads/2018/10/Nazlan-Bradydearden-ICON-Transp.png’)

Page is https://exploreyourleadership.com

Thanks!

Brady

Hi Brady,

Thanks for reaching out.

I can’t find which element has that CSS, but it’s incorrect. It should be this if added to Text’s Elements CSS

$el {
background-image: url('https://exploreyourleadership.com/wp-content/uploads/2018/10/Nazlan-Bradydearden-ICON-Transp.png');
}

Thanks!

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