i'm trying to remove search box in backend users.php to create my own search filter i used css .user-search-input{display:none;}
but the value still running when using my own filter, is there anyway to remove this search box from functions.php
Asked
Active
Viewed 312 times
0

ahmed_omar
- 49
- 7
-
try p.search-box {display:none;visibility:hidden;} – DigitalDesigner Aug 12 '17 at 04:56
-
hey thank you , but that box has input with value so what matter i do with css will not pass the value so need to remove it complitly – ahmed_omar Aug 12 '17 at 05:00