Comments Asim started the conversationJanuary 18, 2022 at 10:48amHi, How can I change the wishlist heart icon color from green to red? I have been looking into the customize settings of appearance and other settings in WooCommerce and Dokan but cannot find a workaround for this small task. Regards,Asim Khan 2,633Kevin repliedJanuary 19, 2022 at 2:11amHi AsimPlease add this css at Appearance->Customize->Additional CSS to change its color .woocommerce .product .item-description .meta_info a.add_to_wishlist.wishlist:hover { background: #fc1a1a;}Thanks !Asim repliedJanuary 19, 2022 at 3:46amHi Kevin, Thank you so much that worked like a charm. :) Regards,Asim Khan 2,633Kevin repliedJanuary 19, 2022 at 4:18amHi AsimThanks, Have a good day Sign in to reply ...
Hi,
How can I change the wishlist heart icon color from green to red? I have been looking into the customize settings of appearance and other settings in WooCommerce and Dokan but cannot find a workaround for this small task.
Regards,
Asim Khan
Hi Asim
Please add this css at Appearance->Customize->Additional CSS to change its color
.woocommerce .product .item-description .meta_info a.add_to_wishlist.wishlist:hover {
background: #fc1a1a;
}
Thanks !
Hi Kevin,
Thank you so much that worked like a charm. :)
Regards,
Asim Khan
Hi Asim
Thanks, Have a good day