Use search form without location field

I want to use the listing search form in a page I’m trying to create, I use geolocation but I just want the listing search form alone without location attached to it. Just for the page I creating. But it can be like this for other page where the listing search form is used

Yes, it’s possible if you add a custom CSS snippet, hiding this field via the page ID, for example:

.page-123 .hp-form--listing-search .hp-field--location {display:none}

Replace 123 with the page ID.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.