I have a custom field which stores image in backend. I want to show that image as background image of a section on website.
The css is - background-image:url("custom_image.jpg"); [currently static]
How can I get the image custom_image field image from backend to website css or style?
Thanks