I migrated my site to a new host. The custom background image path was hardcoded to the old URL. I’m trying to find the file that contains the code to change the image file location.If I go to Appearance and then background there is no image selected, but the site source code viewed in the browser shows the path and when I change it to the new path the background image works, so I know the path is somewhere, I just can’t find it.
body.custom-background {
background-image:
url();
}
Where do I edit this?