Title: Remove search button
Last modified: July 17, 2023

---

# Remove search button

 *  Resolved [vale2122](https://wordpress.org/support/users/vale2122/)
 * (@vale2122)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-search-button-3/)
 * Hi,
 * I wan’t to remove the search button.I know i can just hide it but you can still
   see it when the page is loading
 * Thanks

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

 *  Plugin Author [Pektsekye](https://wordpress.org/support/users/pektsekye/)
 * (@pektsekye)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-search-button-3/#post-16907764)
 * Hello,
 * Replace the line:
 *     ```
       .ymm-selector.ymm-box .ymm-submit-any-selection {margin-top:0;}
       ```
   
 * with:
 *     ```
       .ymm-selector.ymm-box .ymm-submit-any-selection {margin-top:0;display:none;}
       ```
   
 * And the line:
 *     ```
       .ymm-selector.ymm-horizontal .ymm-submit-any-selection {margin-top:6px;}
       ```
   
 * with:
 *     ```
       .ymm-selector.ymm-horizontal .ymm-submit-any-selection {margin-top:6px;display:none;}
       ```
   
 * in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.css
 * And replace the line:
 *     ```
         this.searchAnySelButton.show();
       ```
   
 * with:
 *     ```
        //  this.searchAnySelButton.show();
       ```
   
 * in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.js
 * Then refresh your browser cache.
 * Stanislav
 *  Thread Starter [vale2122](https://wordpress.org/support/users/vale2122/)
 * (@vale2122)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/remove-search-button-3/#post-16908663)
 * Thank you very much.
 *  [omertuzlugol](https://wordpress.org/support/users/omertuzlugol/)
 * (@omertuzlugol)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-search-button-3/#post-17132753)
 * Hello, I did the operations but it was not successful. I want to remove the search
   button, how can I do it?
 *  Plugin Author [Pektsekye](https://wordpress.org/support/users/pektsekye/)
 * (@pektsekye)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-search-button-3/#post-17132802)
 * Hello,
 * to: [@omertuzlugol](https://wordpress.org/support/users/omertuzlugol/)
    Try to
   refresh the browser cache. Maybe it still loads an old file.
 * Also you can send a link of your website to my email [pektsekye@gmail.com](https://wordpress.org/support/topic/remove-search-button-3/pektsekye@gmail.com?output_format=md)
   
   So I can check it.
 * Stanislav

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

The topic ‘Remove search button’ is closed to new replies.

 * ![](https://ps.w.org/ymm-search/assets/icon-256x256.png?rev=1750193)
 * [Year Make Model Search for WooCommerce](https://wordpress.org/plugins/ymm-search/)
 * [Support Threads](https://wordpress.org/support/plugin/ymm-search/)
 * [Active Topics](https://wordpress.org/support/plugin/ymm-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ymm-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ymm-search/reviews/)

## Tags

 * [remove search](https://wordpress.org/support/topic-tag/remove-search/)

 * 4 replies
 * 3 participants
 * Last reply from: [Pektsekye](https://wordpress.org/support/users/pektsekye/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/remove-search-button-3/#post-17132802)
 * Status: resolved