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

    (@wpdreams)

    Hi!

    I assume the theme had it’s original search bar there, which the plugin overrides. The best option would be to remove it by editing the template files, however a custom CSS could also work.

    Try this:

    .search-results div#ajaxsearchlite2 {
        display: none;
    }

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)
  • The topic ‘The search bar appears twice on the search page.’ is closed to new replies.