Hello,
You can use Chrome developer tools (F12 to open it), click on the select element icon (first icon on left with the cursor at the box), then select/click on the search icon you want to hide.
After you click on the icon, you should see the code that is highlighted in the developer tools. Remember or copy down the class name or id name.
If your template allow custom CSS code, go there and under custom CSS code, enter the following:
.className OR #idName {
display: none;
}
If your template does not allow custom CSS. You will have to create a file and link it to the bottom of your index page.
hi thanks for reply ,i want to know how to remove auto search result.
View post on imgur.com
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
@wdn2020, We appreciate you helping out, but I have to apologise that this thread was dupliated & now has to be closed: https://wordpress.org/support/topic/how-to-disable-auto-search-for-searchform/#post-9495627