Hi RCRR,
I think you can obtain this simply adding some custome css to style.css file of your theme
.yith-wcwl-wishlistaddedbrowse span.feedback {
display: none;
}
.woocommerce .yith-wcwl-wishlistaddedbrowse > a {
background-image: url(http://adictoalascompras.com/docs/iconos/deseos.png)!important;
background-repeat: no-repeat!important;
background-position: center!important;
border: none!important;
width: 36px!important;
height: 46px!important;
background-color: transparent !important;
box-shadow: none !important;
position: relative;
left: 10%;
margin-top: -10px;
color: transparent !important;
display: inline-block;
}
Let me know if this helps 🙂
Have a nice day!
Thread Starter
RCRR
(@rcrr)
Helloo yeah it works!!!! i change the normal icon and add your code so when you clic to add a product the giftbox changes to red 🙂 thanks for your help.
have a nice day!!!
Thread Starter
RCRR
(@rcrr)
well i think its done but no jajaja, after the product was added and you change the page or refresh the icon dissapear
example
how can i keep the red icon, that way all the non added products show the gray icon and the added one’s show the red?
like this
thanks!
Hi again!
Try replacing previous code with this:
.yith-wcwl-wishlistaddedbrowse span.feedback {
display: none;
}
.woocommerce .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce .yith-wcwl-wishlistexistsbrowse > a {
background-image: url(http://adictoalascompras.com/docs/iconos/deseos2.png)!important;
background-repeat: no-repeat!important;
background-position: center!important;
border: none!important;
width: 36px!important;
height: 46px!important;
background-color: transparent !important;
box-shadow: none !important;
position: relative;
left: 10%;
margin-top: -10px;
color: transparent !important;
display: inline-block;
}
Let me know if this helps
Have a nice day 🙂
Thread Starter
RCRR
(@rcrr)
Hello, yeah work like a charm!!! thanks for your help!!!
Good to know 🙂
Thanks for using our plugin. If you have appreciated our plugin and our help, please don’t forget to give us a 5-star vote! 😉
I have a YITH wishlist, and the dialogue/pop-up box that should say “product added to wish list” on the product page is showing up as a white box. How do i change the background color or text color? I’m guessing the text is white and background is white. I’d like to change the background to blue in that popup box, since my buttons are blue…at minimum, i need that text to be dark grey or something (assuming it’s indeed there and white now).
Thank you!