WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / FAQ / FAQ – How can I remove the gray or gradient background between images on Property Card Type 5?

FAQ – How can I remove the gray or gradient background between images on Property Card Type 5?

6 views 0

On Property Card Type 5, the background that appears between property photos is usually the featured gradient/background layer.

You can remove it with this CSS:

.property_unit_type5 .featured_gradient {
    background-image: none;
    opacity: 0;
}

Add the CSS in:

Theme Options → Custom CSS

This should make the area between the images appear cleaner.

How can I add rounded corners to Property Card Type 5?

You can use custom CSS for Card Type 5:

.property_unit_type5 .item {
    border-radius: 40px !important;
}

You can adjust 40px to use smaller or larger rounded corners.

The border radius set in Theme Options can also apply globally to card elements, including this card type, if you want the same rounded design across the site.

General design settings help article

Can I use pagination instead of the “View more properties” button?

Yes, but pagination is not available in the same way for every property list widget.

In WPResidence, classic pagination is handled by the Properties List with Filters widget.

If you need pagination, use this widget instead of the standard Property List widget with the “View more properties” button.

Properties List with Filters widget help article

Can I hide the filters and keep only the property list with pagination?

Yes. You can use the Properties List with Filters widget and hide the filters from the widget options in Elementor.

This allows you to keep the property list and pagination while removing the visible filter section from the page.

Can the Properties List with Filters widget look like Card Type 5?

The Properties List with Filters widget can use available card display options, but it may not match Card Type 5 exactly in every detail.

If you need pagination, the recommended option is to use Properties List with Filters, then adjust the design with the available widget settings and custom CSS where needed.

FAQ

Related Articles

  • FAQ: Can I create private off-market listings?
  • Why does the homepage map show fewer properties than expected?
  • How can I make the Property Card V8 contact buttons bigger or more visible?
  • FAQ: How Map Zoom Works in Hero Media, Category Pages, and Search/List Pages

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 39Elementor Shortcodes Built-In
  • 53FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 24Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language - Third Party Plugins
  • 6Other Third party Plugins
  • 21Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 37Property Pages & Layouts
  • 32Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 7Technical: 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