Support » Plugin: YITH WooCommerce Wishlist » Wishlist icon color
Wishlist icon color
-
Hello there,
I want the add to wishlist icon (heart) on the product image to have a different color as the general link color. I don’t know how to use css. Could you help me with this problem?Thanks in advance
PJThe page I need help with: [log in to see the link]
-
Hi PJ
You can try to add the following CSS rule at the end of Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)
ul.products li.product .yith-wcwl-add-to-wishlist i { color: #AF9453; }
That should produce this effect
If you want to change the color, you’ll just need to replace#AF9453
in the previous code with any other color code you prefer 🙂-
This reply was modified 2 years, 5 months ago by
YITHEMES.
Hello,
thanks for your help, this worked fine. Is it also possible to make the “Select options” to this color?Thanks in advance
PJYes, by adding the following rule to the code that I previously sent you
ul.products li.product a.add_to_cart_button { color: #AF9453; }
Anyway, please consider that this forum is only dedicated to YITH WooCommerce Wishlist questions; try to avoid going OT
Thank you very much,
sorry for asking 🙂PJ
Resolved
-
This reply was modified 2 years, 5 months ago by
pjhimseelf.
You’re welcome 😉
If you enjoy our plugin, please take a couple of minutes to leave us a 5 star review; this would really help, and support our work
Thank you!Hi – this did not work for me.
I am trying to change the colour of my heart icon outline and also when it is selected to add to the wishlist. I’m using Select theme – Níle
Any help would be much appreciated
-
This reply was modified 2 years, 5 months ago by
- The topic ‘Wishlist icon color’ is closed to new replies.