Replace Add To Wishlist text with Heart icon WooCo

2019-07-21 13:13发布

问题:

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

回答1:

'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.