Reply To: widget background

Homepage Community Forums Epik Theme Support widget background Reply To: widget background

#9998
serenae
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;
    }