Home › Forums › All Other Themes › real estate : show only selected/checked amenities
- This topic has 4 replies, 2 voices, and was last updated 4 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
September 25, 2019 at 6:43 pm #131358
https://www.sktthemes.org/shop/real-estate-wordpress-theme/
http://sktthemesdemo.net/documentation/realestate-documentation/
http://sktperfectdemo.com/demos/realestate/I am working on this theme and I need it to only show the amenities that I have selected. If you want to see what I am talking about, go to this page and scroll down to the “Amenities” section…
http://sktperfectdemo.com/demos/realestate/property/villa-in-benilyuks/
You can see “Internet” and “School” are still there even though they are not selected (checked) for that property. I want only the ones that are selected/checked to show up.
How can I do this?
September 25, 2019 at 6:57 pm #131359I think I found the code. I just need to know what to change there. Its looks like it is in…
templates/single-property/amenities.php
September 26, 2019 at 7:33 am #131414Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.property-amenities .col-md-4 { display: none; } .property-amenities .col-md-4.active { display: block; }
Regards,
ChrisSeptember 26, 2019 at 6:39 pm #131475Awesome! That worked. Thank you Chris! 🙂
September 27, 2019 at 12:20 pm #131524Hi John,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.