Hi @vise !
I’m not sure if there’s an easier way to do this, but I found a solution by manually editing the file class-settings-container.php
, which is located in /wp-content/plugins/estatik/includes/classes
.
Look for a line like this:
array(
‘enabled’ => 0,
‘field’ => ‘bedrooms’,
‘icon’ => ‘{plugin_url}public/img/bed.svg’,
‘icon_color’ => ‘#636363’,
),
Change the field from bathroom
to lot_size
, and it’s done. You’ll probably want to update the SVG as well, which can also be edited here.