Home › Forums › WoodMart support forum › Filter SideBar Color change Filter SideBar Color change This topic has 3 replies, 2 voices, and was last updated 9 months, 2 weeks ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 26, 2025 at 2:11 pm #641131 georgegParticipant Can I change the color of the sidebar on product filters? Attachments:You must be logged in to view attached files. February 27, 2025 at 10:40 am #641338 Hung PhamParticipant Hi georgeg, Thanks for reaching to us. Please let me know which parts you want to change colors, this will allow me to thoroughly investigate and address your concerns more efficiently. Kind Regards, February 27, 2025 at 10:48 am #641346 georgegParticipant The color of the sidebar (both sidebar and background of sidebar) Attachments:You must be logged in to view attached files. February 28, 2025 at 10:51 am #641626 Hung PhamParticipant Hi georgeg, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: @media (min-width: 1025px) { div.wd-scroll { --scrollbar-track-bg: rgba(0, 0, 0, .2); --scrollbar-thumb-bg: rgba(0, 0, 0, 1); } } Regards, Author Posts Tagged: color, filter, sidebar Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register