What theme is this?
Also, check that your caching is cleared:
<!-- Dynamic page generated in 0.677 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-08-21 12:27:55 -->
And possibly check for mark-up or CSS errors –
http://codex.wordpress.org/Validating_a_Website
It is the Empo theme. I’ve checked for errors there is a few but nothing that corralates to the background of footer and content background. All CSS is fine.
Strange, It kind of just disappeared out of nowhere, when no editing was taking place.
What have you applied styles too to try and add a background?
.footer { background:white; } seems to work. It also seems to work on .container
Hi Evan,
I have added it to the footer now, but cannot seem to work it out on the content container. It was a pesky hidden CCS file in the template.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
To clarify, are you posting here because your theme’s vendors are not providing you with support?
This should get you headed in the right direction
.container .sixteen.columns { background: white; }
If you want to seperate the header and the footer from the content I would throw in a margin-top and a margin-bottom like so:
.container .sixteen.columns { background: white; margin-top:1em; margin-bottom:1em; }
I’m sorry I wasn’t able to respond sooner. I hope this helps you out
Thanks for that Evan it worked perfectly!