Hi community member,
i added the following code to the custom CSS of a section to change the background to a image:
{
background: url(“https://cdn.shopify.com/s/files/1/0765/6498/8246/files/picture”)
no-repeat center;
background-size: cover;
}
The problem that i detected is that the active scheme background color is overwriting the custom CSS background image.
How can i change this?
Thanks for the help!