Niclas
asked 4 years ago

Hello,
could you please tell me how to remove the suggestions someone gets when a new questions title is entered? I do not want that the users gets suggestions for already asked questions.

This question was already asked but I could not find the path wp-content -> plugins -> dw-question-answer -> templates -> assets -> js -> dwqa-submit-question.js in the current version of dw-question-answer.
Thanks very much!

1 Answers
DominicStaff
answered 4 years ago

You can add the following code to the style.css file:

form.dwqa-content-edit-form .dwqa-search .dwqa-autocomplete {
  display: none !important;
}
Powered by DW Question & Answer Pro