Okay
  Public Ticket #2960361
Changing Color
Closed

Comments

  • Asim started the conversation

    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

  •  2,570
    Kevin replied

    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 !

  • Asim replied

    Hi Kevin, 

    Thank you so much that worked like a charm. :) 

    Regards,

    Asim Khan

  •  2,570
    Kevin replied

    Hi Asim

    Thanks, Have a good day