Change the icon and link text to
-
Hi.
How can I change the icon and text of the “Show sidebar” link for the product archive pages that open the filters (sidebar) when clicked?
Attachments:
You must be
logged in to view attached files.
Hello,
Use the Loco Translate plugin to change the text in that area – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/
If you want to change the icon, Add the following code in Theme Settings > Custom CSS.
.wd-burger-icon>a:before {
content: "\f148" !important;
font-family:"woodmart-font";
}
Then, navigate to Theme Settings > Typography > Icon fonts and change the content code.
Best Regards,