Color of background color of sidebar (with widgets) on mobile
I used widget Muffin login widget in Woocommerce sidebar, but on mobile background color of the sidebar is white (and in the same input area color is also white). Which option i can use to change the background color of Woocommerce siderbar (and widgets on it) on mobile?
Kind regards
Comments
@media (max-width:768px){
#Action_bar .social{display: none !important;}
}
.mcb-sidebar::before{background:transparent !important;}