Replace Compare button WITH TITLE
-
Hello,
How can I change Compare button with a title “Compare” on product grid?
Thanks in advance
Hello,
Please, clarify your question, attach some screenshots for a better understanding of how you want to change the Compare button.
Kind Regards
Hello Luke,
Thank you for your reply. Please see attached image for clarification.
Compare button can be replaced with a link on Shop page – Product grid
Regards
Attachments:
You must be
logged in to view attached files.
Hello,
You can change the “Compare” button using this custom CSS code in Theme Settings -> Custom CSS -> enter the code below in the “Global Custom CSS” field.
.wd-compare-icon>a:before {
content: "Compare";
}
.wd-action-btn.wd-style-icon>a:before {
font-size: 14px;
}
Kind Regards