How to disable suggestions in new Question

Solved3.49K viewsGeneral
0

Hello.

How can i disable suggestions when writing a new Question title ?

Thanks

selected answer
1

hello, You should use this code in your stylesheet:

#similar_suggestions{
display: none;
}
commented on answer

Works nice. Many thanks

Thank you and you’re welcome

Later on, i will try to find also how to disable it. Not just hide it. So i can save some server load if i have many questions.

Currently there is not any option for disabling suggestion. But I will add a filter so that it can be disabled.