I have been trying to add an image to my shopify home page. I have added the code that you will see below and added the image URL in the space it needs to go. Once I save it I go back to my site but there is no change. If someone could help I would really appreciate it.
<style>
:root {
--bg-image: url("https://cdn.shopify.com/s/files/1/0005/7760/1599/files/image_1.jpg?v=1631340728");
}
html, body{
background-image: var(--bg-image);
background-size: contain;
}
</style>
Thank you in advance.