• Resolved asauerli

    (@asauerli)


    Hi,
    I added a searchfield to a page with the following shortcode:

    [acadp_search_form category=0 price=0]

    However, I want to have only the location selector on the page without the keyword search field on the page. Is there a way to remove the keyword search field from the search form?

    Thank you

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

    (@pluginsware)

    Hi,

    Sorry, the Keyword SEARCH field cannot be removed. The only solution at the moment is to hide the keyword field using CSS.

    Kindly add the following CSS code in your theme’s style.css file and check now.

    .acadp-search .form-group:first-child { display: none !important; }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Search form on page without search field keywords’ is closed to new replies.