From Theme Options:
- Go to Payments & Submit > Listing Submit Page.
- Deselect the Cleaning Fee option under “Select the Fields for listing submission.”
For more detailed instructions: Help – How to Manage Submit Form Fields and Mandatory Fields
Using Custom CSS:
If you want to hide the cleaning fee field via CSS, you can use the following code:
[for="cleaning_fee"] {
display: none;
}
[id="cleaning_fee"] {
display: none!important;
}
[for="cleaning_fee"] {
display: none!important;
}
[id="cleaning_fee_per_day"] {
display: none;
}
[for="cleaning_fee_per_day"] {
display: none!important;
}
[id="cleaning_fee"] {
display: none;
}