Viewing 1 replies (of 1 total)
  • Plugin Author iHomefinder, Inc.

    (@ihomefinder)

    Hello,

    By default the quick search widget contains location, min/max price, min bedrooms and min baths. We recommend adding a CSS override to remove any unwanted fields.

    For the vertical style quick search widget, the below CSS will remove the bed/bath fields. There are 3 different styles of the quick search widget so the CSS may need to be modified depending on the style you are using.
    ————–
    #searchProfile > fieldset > div:nth-child(3) {
    display: none;
    }

    The CSS override section of the plugin can be found in the Dashboard under Optima Express > Configuration.

    If you have any further questions, feel free to email [email protected] or submit a support request at:
    https://www.ihomefinder.com/support/

Viewing 1 replies (of 1 total)
  • The topic ‘Quick search php code for idx’ is closed to new replies.