You can remove the advanced search globally
Below example is to remove search type 2 but this can be adapted to all search types
Search type 2 (web and mobile)
#search_wrapper.search_wr_2 { display: none; } #adv-search-header-mobile { display: none; }
Add the css in theme options – design – custom colors – custom css or in child theme style.css
How to add custom css – <a href=”https://helpv4.wpestatetheme.org/article/how-to-add-custom-css/” target=”_blank” rel=”noopener noreferrer”>https://helpv4.wpestatetheme.org/article/how-to-add-custom-css/</a>