Home › Forums › WoodMart support forum › Change action button cart and wishlist
Change action button cart and wishlist
- This topic has 11 replies, 2 voices, and was last updated 1 year ago by Hung Pham.
-
AuthorPosts
-
October 2, 2023 at 2:18 am #500648
frank-2863ParticipantHello, 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.October 2, 2023 at 4:33 pm #500896
Hung PhamKeymasterHi 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,
October 3, 2023 at 12:13 am #500975
frank-2863ParticipantHi,
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”;
}October 3, 2023 at 8:11 am #501004
Hung PhamKeymasterHi frank-2863,
Sorry for the typo, provided code for wishlist icon missed close
}
tagPlease add it and check again.
Let me know how it goes.
Regards,
October 3, 2023 at 4:37 pm #501219
frank-2863ParticipantThanks, now is working fine
October 3, 2023 at 5:25 pm #501243
Hung PhamKeymasterHi 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,
October 28, 2023 at 11:02 pm #508191
frank-2863ParticipantI 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.October 29, 2023 at 4:29 pm #508265
Hung PhamKeymasterHi frank-2863,
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
October 30, 2023 at 3:51 am #508326
frank-2863Participanthttps://best-of-domrep.com. but you can not see it, you have to create a account.
October 30, 2023 at 7:01 pm #508606
Hung PhamKeymasterHi 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,
October 31, 2023 at 2:56 am #508652
frank-2863Participantthank you, works great
October 31, 2023 at 6:01 am #508672
Hung PhamKeymasterHi 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,
-
AuthorPosts
Tagged: CART BUTTON, Wishlist Button, Wishlist Icon products
The topic ‘Change action button cart and wishlist’ is closed to new replies.
- You must be logged in to create new topics. Login / Register