| Customize Property Type Field on Search Forms | |||||||||
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}. ![]() 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. |