Adding custom css under Appearance > Customize then under Additional CSS I add …
body {
background-image: url("https://dev-miamicountyohio.pantheonsite.io/wp-content/uploads/2024/09/mco_campus.jpg);
background-size: 100% auto;
background-position: 0 150px;
background-repeat: no-repeat;
}
the image only displays when there is a leading quote (single or double) inside URL(). This is obviously incorrect but it works. When I correct the css with opening and closing quotes inside URL() the image disappears.
What is happening?