Hello @bcoplin,
Thanks for writing to us.
Please remove the background image from the element settings, and you need to add this custom element CSS to the element. Please have a look at the given screenshot.
$el .x-off-canvas-content.x-off-canvas-content-right {
background-image: url('Your_image_URL');
background-size: cover;
border-radius: 0em 0em 0em 3em;
}
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, or you can subscribe to One, where customization questions are answered.
Hope it helps.
Thanks