Modification of Close Button Text on “Off Canvas Column Button”
-
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.
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.