Home New Guten Forums WoodMart support forum Change the icon and link text to

Change the icon and link text to

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #668910

    destyle25
    Participant

    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.
    #669043

    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,

Viewing 2 posts - 1 through 2 (of 2 total)