WPRentals Theme Documentation WPRentals Theme Documentation

  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API
Home / Owner & Renter / Remove cleaning fee from listing submission form

Remove cleaning fee from listing submission form

8645 views

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;
}

Owner & Renter

Related Articles

  • Why the “User Registration Is Currently Disabled” Message Appears
  • How to Add and Sync Owners from the WordPress Admin in WPRentals
  • Owner Profile Page
  • Listing Submission Form – How to Manage Submit Form Fields and Mandatory Fields in WPRentals

HELP CATEGORIES

  • 61. General
  • 72. Installation & Basic Setup
  • 373. How Booking Works
  • 18Advanced Search
  • 17Elementor WPRentals Studio
  • 14Email Notifications
  • 23FAQ
  • 14Installation FAQ
  • 10Menu Options
  • 33Owner & Renter
  • 8Page Templates
  • 24Property / Listing
  • 22Shortcodes
  • 4Supported Maps
  • 99Technical how to
  • 5Third Party plugins
  • 4Translation & Multi Languages
  • 3WordPress Blog Post
  • 13WordPress Widgets
  • 12WP Rentals Payments
  • 80WP Rentals Theme Options
  • 26WPML & Weglot

Join Us On

Powered by WP Estate - All Rights Reserved
  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API