Home Forums WoodMart support forum Replace Compare button WITH TITLE

Replace Compare button WITH TITLE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330527

    technique
    Participant

    Hello,

    How can I change Compare button with a title “Compare” on product grid?

    Thanks in advance

    #330543

    Luke Nielsen
    Keymaster

    Hello,

    Please, clarify your question, attach some screenshots for a better understanding of how you want to change the Compare button.

    Kind Regards

    #330545

    technique
    Participant

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

    Luke Nielsen
    Keymaster

    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

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