WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / FAQ / Hide elements from the filters in PROPERTIES LIST template with CSS

Hide elements from the filters in PROPERTIES LIST template with CSS

5860 views 1

Hide Filter Elements From the Properties List Template With CSS

You can hide specific filter elements from the Properties List template by using custom CSS.

Add the CSS you need in Theme Options > Design > Custom CSS, in Appearance > Customize > Additional CSS, or in the style.css file from your child theme.

Remove the Type Filter

.dropdown.listing_filter_select #a_filter_action {
  display: none;
}

Remove the Category Filter

.dropdown.listing_filter_select #a_filter_categ {
  display: none;
}

Remove the County / State Filter

.dropdown.listing_filter_select #a_filter_county {
  display: none;
}

Remove the City Filter

.dropdown.listing_filter_select #a_filter_cities {
  display: none;
}

Remove the Area Filter

.dropdown.listing_filter_select #a_filter_areas {
  display: none;
}

Remove the Sort Order Filter

.dropdown.listing_filter_select #a_filter_order {
  display: none;
}

Adjust Filter Spacing

If you hide several filter elements, you may also want to remove the extra spacing between the remaining elements for better design consistency.

.listing_filters_head {
  gap: 0;
}

Important Notes

Add only the CSS rules for the filters you want to hide. You do not need to add all examples unless you want to hide all those filter elements.

This CSS only hides the filter elements visually. It does not remove the taxonomies or search functionality from the theme.

Related Help Article


How to add custom CSS

Clear Cache

Tip: If you have theme cache enabled, make sure you clear the WPResidence theme cache to see the changes immediately.


Help article about WPResidence theme cache



FAQ

Related Articles

  • FAQ – How do I migrate my website to a new hosting provider?
  • Why Add Listing and User Dashboard May Not Be Visible on Mobile
  • Can I add Email, WhatsApp, and Phone to property cards on the Advanced Search Results page?
  • Why are H2 or H3 tags shown as plain text after listing pages?

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 38Elementor 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
  • 19Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 36Property Pages & Layouts
  • 31Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 6Technical: Child Theme
  • 86Theme Options & Global Settings
  • 6Translations & Languages
  • 16WPBakery Shortcodes
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 8WPResidence Elementor Studio
  • 50WPResidence Translate Plugin

Join Us On

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