Home Forums WoodMart support forum Change action button cart and wishlist

Change action button cart and wishlist

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #500648

    frank-2863
    Participant

    Hello, I would like to change the buttons of the Wishlist and the cart, but I do not know where and if it is possible at all.
    Can you please give me a tip. Thank you very much.

    Attachments:
    You must be logged in to view attached files.
    #500896

    Hung Pham
    Keymaster

    Hi frank-2863,

    Thanks for reaching to us.

    – In order to do that, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    /* Add-to-cart icon */
    .product-grid-item .wd-add-cart-icon>a:before {
        content: "\f123";
    }
    
    /* Wishlist icon */
    .product-grid-item .wd-wishlist-icon>a:before {
        content: "\f124";
    
    /* Wishlist icon */
    .product-grid-item .wd-wishlist-icon>a.added:before {
        content: "\f125";
    }

    In order to see full list of icons, please go to Theme Settings > Typography > Icon fonts https://prnt.sc/uhovgVvcpkSN

    Regards,

    #500975

    frank-2863
    Participant

    Hi,
    thanks but this line is not working

    /* Wishlist icon */
    .product-grid-item .wd-wishlist-icon>a.added:before {
    content: “\f183”;
    }

    the wishlist-button is not change when i put the product on the wish list

    /* Wishlist icon */
    .product-grid-item .wd-wishlist-icon>a.added:before {
    content: “\f183”;
    }

    #501004

    Hung Pham
    Keymaster

    Hi frank-2863,

    Sorry for the typo, provided code for wishlist icon missed close } tag

    https://prnt.sc/armNDWqttND2

    Please add it and check again.

    Let me know how it goes.

    Regards,

    #501219

    frank-2863
    Participant

    Thanks, now is working fine

    #501243

    Hung Pham
    Keymaster

    Hi frank-2863,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating for our theme and customer and technical support.

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

    #508191

    frank-2863
    Participant

    I need your help again please:

    Please, where can I change the icons of the wishlist that are displayed directly in the product. (See screenshots) and is there another selection of icons that can be used? Or only the ones under Typo Icons?

    Attachments:
    You must be logged in to view attached files.
    #508265

    Hung Pham
    Keymaster

    Hi frank-2863,

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #508326

    frank-2863
    Participant

    https://best-of-domrep.com. but you can not see it, you have to create a account.

    #508606

    Hung Pham
    Keymaster

    Hi frank-2863,

    Please use below Custom CSS code

    /* Wishlist icon */
    .wd-wishlist-icon>a:before {
        content: "\f124";
    }
    
    /* Wishlist icon */
     .wd-wishlist-icon>a.added:before {
        content: "\f125";
    }

    Regards,

    #508652

    frank-2863
    Participant

    thank you, works great

    #508672

    Hung Pham
    Keymaster

    Hi frank-2863,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Change action button cart and wishlist’ is closed to new replies.