Thanks for the documentation about background images. I followed this and I have three remarks about w3-theme-00029.css.
1. the image didn't appear. The current css code on line 278 is: background-image: url(../../images/page-wrapper.jpg);
In my opinion it should be: background-image: url(../images/page-wrapper.jpg);
2. the image didn't appear. The current css code on line 251 is (below: #footer-container {) : background-color: transparent;
In my opinion it should be: background-color: transparent !important;
3. the background color in the footer-menu is gone. The menu text is not readable anymore (depending on the image).
In my opinion the in line 244 background-color for #footer-menu shouldn't be set to transparent.
Alternative: #footer-menu-inner should always get class w3-theme-d4 like the current #footer-menu. But the width of this region differs from the main-container.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.