Sticky Siderbar Filter Icon
-
Hi,
please how we can change the filter icon in the sticky sidebar?
Regards, Frank
Hello,
Please share some screenshots for better understanding that demonstrate the problem so we can understand and reproduce it on your website. Also share the page URL where you want to change icon.
Best Regards,
Here is the page where the sticky filter appears on the left when scrolling:
Hello,
Define it in Theme Settings -> Custom CSS.
.wd-sidebar-opener.wd-filter-icon > a:before {
content: "\f183" !important;
font-family: "woodmart-font";
font-size: 20px;
}
Then, navigate to Typography > Icons fonts > Check the icons and change the content code as per your requirements.
Best Regards,