How edit lateral bar on woocommerce category ?
-
Hello,
I just saw a display problem on my site. Indeed, I use a dark theme, and when we click on the mobile version “show the lateral bar”, the panel is white and therefore the content unreadable. (view the photo)
How I can make it dark like the main theme ? I guess is only a css code to edit, but I can’t find it.
Hope we could fix this.
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.sidebar-container.wd-inited {
background: black;
}
Best Regards