Hello All,
How i can remove top search box
http://s10.postimg.org/86vgb3u0p/image.png
Thanks.
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.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.