Replies: 0
How to change background color of only content area (not sidebar or anything else)?
The next code changes background color of content and sidebar:
.page-wrap .content-wrapper{
background-color: #000;
}
Maybe someone will elaborate on this code and make the desired one.