Sign Up!

Features
MLS Coverage
Pricing
FAQ
News
Signup

Search the Knowledgebase

Loading
Getting Started Guide
Email Support
Customize Property Type Field on Search Forms
Article Details

Last Updated
27th of May, 2011

User Opinions (2 votes)
50% thumbs up 50% thumbs down

How would you rate this answer?
Helpful
Not helpful
Note: This is advanced site customization.  You will need to have basic knowledge of CSS.

Follow the directions below to remove or show specific property types:

To modify the CSS go to: Customize --> Custom CSS



To remove the Property Type field:

Go to the IDX / Property Search CSS textbox and find the #IDX-propertyTypes CSS selector. Change the property;value to {display;none}. This will remove the Property Type dropdown from your Search Form.



To change the Property Type field from a dropdown into a tabbed row:

Go to the IDX / Property Search CSS textbox and find the #IDX-propTypeTextLinks CSS selector. Change the property;value to {display;block}.

change css

Your search page will now display the property types textually in a subheader similar to the list below:

"Single Family Residential | Rentals | Lots and Land | Multifamily Residential | Mobile Homes | Commercial"

Each Property Type field and pipe ( | ) can be removed via {display;none}. Firebug is a useful Firefox tool that will help you inspect the name of the ID that you wish to hide.

Fore example, after determined the ID for Mobile Homes, you would add the following CSS to the IDX / Property Search textbox to remove that field and pipe:

    #IDX-propTypeTextLinkmh {display:none;}
    #IDX-propTypeTextPipe4 {display:none;}
Related Articles
No related articles were found.
Attachments
No attachments were found.

Continue