Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    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

    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.