Home Forums WoodMart support forum Modification of Close Button Text on “Off Canvas Column Button”

Modification of Close Button Text on “Off Canvas Column Button”

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

    aleoaffiliate
    Participant

    Hello,

    I am contacting you regarding an issue with the “off canvas column button” widget on the mobile version of the Woodmart theme we are using on our site. I have successfully changed the text of the button that opens the sidebar filter menu, however, I am unable to modify or remove the “Close” text that appears on the button to close this sidebar menu (see attached screenshot).

    Could you guide me on how I can modify or remove this text? Does it require a code modification, or is there an option in the admin panel to manage this?

    Thank you in advance for your assistance and prompt response.

    #565189

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-side-hidden .wd-action-btn.wd-style-text {
        display: none;
    }

    Best Regards.

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