• Resolved bernaertsmusic

    (@bernaertsmusic)


    Is it possible to change the hover color of the view wishlist link on a product page. Now it’s the proteo green color.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Pablo Pérez

    (@pperez001)

    Hi,

    I hope you are having a great day.

    Please send us the link to a product in order to check your issue and see if there is something we can do from our side.

    Thank you.

    Thread Starter bernaertsmusic

    (@bernaertsmusic)

    Hello,

    for example https://bernaertsmusic.shop/product/you-are-so-beautiful/

    When you have added the product to the wishlist the view wishlist link is like a green color. Can we change that color

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,

    To achieve what you need, add the following CSS in Appearance > Customize > Additional CSS:

    .yith-wcwl-wishlistaddedbrowse a:hover {
      color: #f68121 !important;
    }

    Check it out and tell us if it works well for you, please.

    Best regards.

    Thread Starter bernaertsmusic

    (@bernaertsmusic)

    Hello,

    I’ve put the code in the CSS but it’s not working.

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    Try replace the previous CSS with this new one:

    .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:hover {
      color: #f68121 !important;
    }

    Let us know any news.

    Best regards.

    Thread Starter bernaertsmusic

    (@bernaertsmusic)

    Hello, yes this is working! Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘View wishlist link on product page hover color’ is closed to new replies.