I’ve changed the background color of my sidebar by using:
.x-sidebar {
background: #696969;
padding: 35px;
margin-top: -35px;
border-radius: 8px;
}
The issue is that the default WP widgets in the sidebar do not inherit the same background color… so white boxes appear in the sidebar for my Latest Posts and Post Archives widgets… see screenshot.
How can I change these to match my sidebar’s main background color? Thank you