In order to hide the tags in the question view only follow these steps:
1. Navigate to admin/layout
2. In the setting Custom HTML in <head> section of every page add the following code:
<style>
.qa-template-question .qa-q-view-tags {
display: none;
}
</style>