Hello. When we ask a question, and type words in Title box, we can see similar questions:
How turn off this function?
1 Answers
You can use the following code to hide this section:
.ui-autocomplete {
display: none !important;
}
Please login or Register to submit your answer