Hello Albert,
If you want to change the content background-color, you have to use a bit o CSS. Please try the code below and add it in Theme panel->Csutom CSS area, like this -> http://screencast.com/t/zzPj44WH
.td-pb-row, .type-post {
background-color:red;
}
The result you should see here: http://screencast.com/t/vvvBMn7M
Hope this helps and let us know how it goes!
Hello Albert,
Please try the code below and add it int Theme panel->Custom CSS area.
.td-pb-row, .type-post, .td-main-content-wrap {
background-color:red;
}
The result you should see here: http://screencast.com/t/a8pLaAaXpX2
Unfortunately, our theme has not been designed to change the background of the main content. The footer is included to the main content and is directly affected by this and there is not a simple option to change the color of this, sorry.
Hope this helps and let us know how it goes!
Thank you for the message!