• Hey!

    Using Elementor Pro, I’ve been trying to target the correct class to change the colors of my icons in the Products-widget.

    I seem to succeed when using the code below, for the added to wishlist:
    .yith-wcwl-add-to-wishlist.exists i.yith-wcwl-icon {
    color: red !important;
    }

    But I can’t seem to find the correct class to target for products that are not yet added to the wishlist. Can you please help me out here? ??

Viewing 1 replies (of 1 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    In that case, you can use a rule where the .exists class doesn’t exist:

    .yith-wcwl-add-to-wishlist:not(.exists) i.yith-wcwl-icon {
    }

    Could you check it, please?

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Color of added to wishlist and add to wishlist’ is closed to new replies.