Remove Search button from filter bar, keep only Reset

This commit is contained in:
Hanson.xyz Dev
2025-12-16 15:20:40 -06:00
parent 8aeb33ed2c
commit 02cc7f2dfb
3 changed files with 3 additions and 7 deletions
File diff suppressed because one or more lines are too long
@@ -100,11 +100,6 @@ $mls_cities = homeproz_get_mls_cities(50); // Cities with 50+ listings
</select>
</div>
<div class="filter-item filter-item-button">
<label class="filter-label">&nbsp;</label>
<button type="submit" class="btn btn-primary">Search</button>
</div>
<div class="filter-item filter-item-button">
<label class="filter-label">&nbsp;</label>
<a href="<?php echo esc_url(get_post_type_archive_link('property')); ?>" class="btn btn-secondary">Reset</a>
@@ -439,7 +439,8 @@
grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1200px) {
@media (min-width: 1100px) {
// 7 items: Type, City, Zip, Beds, Min Price, Max Price, Reset
grid-template-columns: repeat(7, 1fr);
}
}