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.