Title: Replace Text with icon
Last modified: June 18, 2021

---

# Replace Text with icon

 *  [shenalorlof](https://wordpress.org/support/users/shenalorlof/)
 * (@shenalorlof)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/replace-text-with-icon/)
 * How to replace preview button text with icon (magnify-icon)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [RazyRx](https://wordpress.org/support/users/razyrx/)
 * (@razyrx)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/replace-text-with-icon/#post-14571197)
 * Hello,
 * There is no way to use html code in plugin settings.
    You can try to use hook`
   brfr_get_option_product_preview` to change plugin options, it filter array with
   plugin options. Option for button text is `$options['text_settings']['button_text']`
 * Regards,
    Oleg
 *  Thread Starter [shenalorlof](https://wordpress.org/support/users/shenalorlof/)
 * (@shenalorlof)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/replace-text-with-icon/#post-14571226)
 * Hello dear supporter,
 * I’m sorry can u give me an example of using this filter and the option together
   to do this process. I appreciate very much supporter
 * Regards
 *  Plugin Author [RazyRx](https://wordpress.org/support/users/razyrx/)
 * (@razyrx)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/replace-text-with-icon/#post-14591042)
 * Hello,
 * Code that can change text
 *     ```
       add_filter('brfr_get_option_product_preview', 'custom_brfr_get_option_product_preview');
       function custom_brfr_get_option_product_preview($options) {
           $options['text_settings']['button_text'] = 'NEEDED TEXT';
           return $options;
       }
       ```
   
 * Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Replace Text with icon’ is closed to new replies.

 * ![](https://ps.w.org/product-preview-for-woocommerce/assets/icon-256x256.gif?
   rev=2777071)
 * [Product Preview for WooCommerce](https://wordpress.org/plugins/product-preview-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-preview-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-preview-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/product-preview-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-preview-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-preview-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [RazyRx](https://wordpress.org/support/users/razyrx/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/replace-text-with-icon/#post-14591042)
 * Status: not resolved