Hi friends I am using YITH WooCommerce Wishlist plugin by default Add To Wishlist text is coming, I want to replace the Button text with icon.
is it possible through any hook?
Thanks in advance
Hi friends I am using YITH WooCommerce Wishlist plugin by default Add To Wishlist text is coming, I want to replace the Button text with icon.
is it possible through any hook?
Thanks in advance
'Add To Wishlist' text you can replace navigating Wordpress Dashboard --> YITH Plugins --> Wishlist
page.
To customize button, copy the file plugins/yith-woocommerce-wishlist/templates/add-to-wishlist-button.php
to your-theme/woocommerce
directory (If haven't created yet, create) and apply your changes.
For more information see plugin FAQ, also plug-in documnetation.