• anjanphukan

    (@anjanphukan)


    Hi,

    Is it possible to disable the question suggestion feature when you type the Question title in the front end?

Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    If you want to hide this feature, you can add the following code to the style.css file:

    .dwqa-search .dwqa-autocomplete {
        display: none !important;
    }

    In case, you want to remove, you need remove from the code of the plugin file.
    I think you can use the CSS code to resolve this issue.
    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Disable question suggestion’ is closed to new replies.