Hello @vincenzoquarta,
Thanks for your feedback.
This topic has been forwarded to the developer team, and we’ll get back to you with the information once it is available.
Thank you for using OceanWP, and I appreciate your patience.
Best Regards
-
This reply was modified 1 year, 10 months ago by
Shahin.
-
This reply was modified 1 year, 10 months ago by
Shahin.
Hi Again,
As a temporary solution, you can use the following CSS:
.single-product a.add_to_wishlist:after {
content:'Add to wishlist..';
}
.single-product .yith-wcwl-add-to-wishlist.exists .feedback .yith-wcwl-icon {
display: none;
}
Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
Instead of the text, you can add your desired text: https://postimg.cc/R3cYHRrf.
Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).
Best Regards
Thanks @skalanter for temporary solution.
It’s works fine.
You’re welcome. I’m glad that works.