Title: Changing search icon
Last modified: May 11, 2020

---

# Changing search icon

 *  Resolved [fadipet](https://wordpress.org/support/users/fadipet/)
 * (@fadipet)
 * [6 years ago](https://wordpress.org/support/topic/changing-search-icon/)
 * hi,
    Is there a way to use the “fa fa-search” instead of default search icon?

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

 *  Plugin Author [Damian Góra](https://wordpress.org/support/users/damian-gora/)
 * (@damian-gora)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/changing-search-icon/#post-12961150)
 * Hi,
 * Of course. Use the following code:
 *     ```
       add_filter( 'dgwt/wcas/form/magnifier_ico', function ( $html ) {
   
           $html = '<i class="fa fa-search dgwt-wcas-ico-magnifier"></i>';
   
           return $html;
       } );
       ```
   
 * Probably you will have to adjust it by writing custom CSS.
 * Best
    Damian Góra
 *  [jonathanwentworth](https://wordpress.org/support/users/jonathanwentworth/)
 * (@jonathanwentworth)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/changing-search-icon/#post-13406894)
 * Is there any way to change the search icon only for mobile? I’d like to keep 
   the original icon in the search bar, but when it switches to “icon only” use 
   the fa-search icon instead.

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

The topic ‘Changing search icon’ is closed to new replies.

 * ![](https://ps.w.org/ajax-search-for-woocommerce/assets/icon-256x256.png?rev=
   2883754)
 * [FiboSearch - Ajax Search for WooCommerce](https://wordpress.org/plugins/ajax-search-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-search-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jonathanwentworth](https://wordpress.org/support/users/jonathanwentworth/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/changing-search-icon/#post-13406894)
 * Status: resolved