Alex
asked 5 years ago

Hello. When we ask a question, and type words in Title box, we can see similar questions:

How turn off this function?
 

1 Answers
DominicStaff
answered 5 years ago

You can use the following code to hide this section: 

.ui-autocomplete {
   display: none !important;
}
Powered by DW Question & Answer Pro