Can you tell me how I can put a background color to my sidebar please? I would like it to be white background and the font color to be black.. please advise thank you. I have attached an image to reference.
Please add this code to the Theme Settings > Custom CSS > Global:
body .sidebar-container {
background-color:black;
padding:20px 5px;
}
body .sidebar-container .widget-title {
color:white;
}
body .sidebar-container .woodmart-woocommerce-layered-nav li a {
color:white;
}
body .sidebar-container .woodmart-woocommerce-layered-nav li span {
color:white;
border-color:white;
}