This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

No Search Bar…Just Keywords

Home Forums Product Support Forums Ajax Search Pro for WordPress Support No Search Bar…Just Keywords

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38003
    Tom FraserTom Fraser
    Participant

    Is it possible to set the plugin up so that my visitors are clicking on Keywords for the search, not inputing the search into a traditional search bar ?

    #38008
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I think yes. Try using this custom CSS code to hide the search bar from the visitors:

    .asp_m {
      max-height: 0 !important;
    }

    It will “hide” it by making it 0 px in height, but not actually causing any issues with the script calculations.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.