It’s confusing users – I want them to generate new questions but they just click on existing.
1 Answers
In this case, you can use the following code in the style.css or in the Customize > Custom CSS file to hide it:
.dwqa-search .dwqa-autocomplete {display: none !important;}
Please login or Register to submit your answer