How to change the filter side bar background
-
Hi,
How can change the color of filters side bar ? I am using the theme in dark version so the font every where on the website is white and bg of sidebar is also white. Please tell the code to change the side background to black or change the font color for side bar only. Picture is attached
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .sidebar-container {
background: black;
}
Regards.
Xtemos Studios.