Whoops, I think I got it.
I’m building out this site with Enfold now: http://www.ecstaticdancesd.org/
You can see a glimpse of the custom header image I defined, as if it’s being covered by an 80% white. Here’s the image: http://www.ecstaticdancesd.org/wp-content/uploads/2014/09/EDSD-background-top.png
You can’t see the custom footer image at all. Here’s the image: http://www.ecstaticdancesd.org/wp-content/uploads/2014/09/EDSD-background-bottom.png
I tried the following Quick CSS, found in two other threads:
.header_color .header_bg {
background-color:initial;
}
#header {
background-color: rgba(0, 0, 0, 50);
}
.header_color .header_bg {
background: white url(https://ecstaticsdancesd.org/wp-content/themes/enfold/images/background-images/dashed-cross-dark.png) top center repeat fixed;
}
No help.
I fixed this by removing the Quick CSS. There must have been something else I did, but it’s working now. This can be closed.