Home Forums WoodMart support forum Sidebar Filter icon Reply To: Sidebar Filter icon

#322061

Luke Nielsen
Keymaster

Hello,

In order to change the filter icon color, please try to add this code in Theme Settings -> Custom CSS -> enter the code in the field “Custom CSS for tablet”

.wd-sidebar-opener:not(.wd-on-toolbar) {
  background-color: #161817;
}

.wd-sidebar-opener:not(.wd-on-toolbar) > a:before {
  color: #fff;
}

Kind Regards