This thread is resolved. Here is a description of the problem and solution.
Problem: I would like to use an image from my Media Library as the background of an element.
Solution: Go to Media > Library and click the image you want to use as a background. Find the image's URL, copy and paste that into your CSS:
background-image: url('your-image-url.jpg');
This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Hi, Shane is on vacation so I've been asked to help with this ticket. I hope that's okay with you. It sounds like you want to use an image from your media library as the background of a div:
background-image: url('img_flowers.jpg');
Go to Media > Library and find the image you want to use as the background. Click the image to find the URL. Copy that URL and paste it instead of 'img_flowers.jpg' in the code above.
Please let me know if this works, or if you need additional assistance.