Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
915 views
in Q2A Core by

Hello All,

How i can remove top search box

http://s10.postimg.org/86vgb3u0p/image.png

Thanks.

1 Answer

+3 votes
by
selected by
 
Best answer

Open qa-theme/<your-theme>/qa-theme.php file and locate the search() function.

If it is there, then replace it with:

function search() { }

If it is not there, then just add the previous function to the file.

...