Hello! 
I was able to find out how to change the background of the Blog and Blog Posts on this forum with this code:
.blog {
background-color: #e8e8e8;
}
.single-post {
background-color: #e8e8e8;
}
However this also changed the color of the footer. How can I change the color of the footer on the Blog and Blog Posts?
Thanks in advance for your help!
