To remove the “Listing Taxes” field from the front-end submission form in WpRentals, follow these steps depending on how you want to handle it:
-
Go to Admin Dashboard → Theme Options.
-
Click on Add Listing Page & Payment Settings → Select the fields for the listing submission
-
Look for the field “Listing Taxes”.
-
Use CTRL – Select to un-select it
-
Save changes.
This will completely remove the “Taxes” field from the submission form and calculation logic.
Help to manage other submission fields – https://help.wprentals.org/article/1-30-how-to-manage-submit-form-fields-and-mandatory-fields/
Hide with CSS
If for some reason you want to hide the field visually, you can add the field as Custom CSS.
Add this to Appearance > Customize > Additional CSS.
[for="property_taxes"] { display: none; } [id="property_taxes"] { display: none; }