For those who have an OR web site:
When doing the set-up for the Home page, you have the option of selecting - "Show Property Overview - Show property overview (description, amenities, etc.) on the home page."
I want to display the Amenities portion of this, but NOT the Description. How do I do that? I can't find a widget for amenities, and there is not a place to cut & paste a "pretty version" of the amenities section of Listing Content.
Thanks!
There's no way in the site to do part of that -- if it's going to show the amenities it also shows description together. Usually you want the description on the home page -- looks like your description is already duplicated on there. Could you just remove the content part from the site and then let the normal description come through?
Other option is to turn on the amenities and description, but hide the description using this CSS in the Theming/Layout section:
.singlehome .amenity-description { display:none }
FREAKIN' PERFECT!!!!! Exactly what I wanted. You da BEST!