Home › Community Forums › Epik Theme Support › widget background › Reply To: widget background
January 13, 2014 at 4:22 pm
#9998

Customer
You should be able to do that with the following code:
.home .site-inner {
background-color: #396B72;
}
.sidebar .widget {
background-color: #F2F2F2;
border-bottom: none;
padding: 1.875rem;
}