WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / Technical how to | Custom Code Required / Technical – How to remove Properties List Filter Options ONLY from taxonomy pages

Technical – How to remove Properties List Filter Options ONLY from taxonomy pages

3484 views 1

If you wish that on taxonomy page you do not let users find properties form other categories/types/cities or areas and you simply let people sort the results from that taxonomy, you can use below css for this result

.archive .dropdown.listing_filter_select.filter_action_category {
display: none;
}
.archive .dropdown.listing_filter_select.filter_category {
display: none;
}
.archive .dropdown.listing_filter_select.filter_county {
display: none;
}
.archive .dropdown.listing_filter_select.filter_city {
display: none;
}
.archive .dropdown.listing_filter_select.filter_area {
display: none;
}
.archive .dropdown.listing_filter_select.order_filter {
display: none;
}
.listing_filter_select.listing_filter_views.list_filter_wiew {
display: none;
}

.listing_filter_select.listing_filter_views.grid_filter_wiew {
display: none;
}

/* CSS to remove the entire filter section */

.listing_filters_head {
display: none;
}

 

Help article about how to add custom CSS

Technical how to | Custom Code Required

Related Articles

  • Technical: Change the Schedule Tour Email Text and the Form Default Message
  • Property list filter customization
  • Technical – How to Change the Minimum Image Dimensions for Property Uploads in WPResidence
  • Introduction to WPResidence Header Customization

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 39Elementor Shortcodes Built-In
  • 45FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 23Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language - Third Party Plugins
  • 6Other Third party Plugins
  • 20Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 37Property Pages & Layouts
  • 31Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 6Technical: Child Theme
  • 86Theme Options & Global Settings
  • 7Translations & Languages
  • 16WPBakery Shortcodes
  • 50WPEstate / WPResidence Translate Plugin
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 9WPResidence Elementor Studio

Join Us On

Powered by WP Estate - All Rights Reserved
  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API