If you enable Questions and Answers feature of the plugin, it will add a new Q & A tab to product pages in WooCommerce. By default, the tab will include a search field that enables customers to search for questions and answers.



If you would like to hide the search field, please add the following CSS rules to your site:


.cr-ajax-qna-search {
   display: none !important;
}
.cr-qna-search-block {
   justify-content: flex-start !important;
}
.cr-qna-ask-button {
   margin-left: 0px !important;
}


Please bear in mind that each WordPress theme is different and uses a unique set of CSS styles. Therefore, the CSS rules above might not work for every WordPress theme.