No Search Bar…Just Keywords

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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38003
    Tom Fraser
    Tom 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 ?

    Attachments:
    You must be logged in to view attached files.
    #38008
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.