WP Rentals Help WP Rentals Help

  • Client Support
  • Video Tutorials
  • WpRentals
  • WpEstate
  • API
Home / Submit Form / Remove before and after price label from the listing submission form

Remove before and after price label from the listing submission form

8745 views

By Default the theme has 2 fields connected to default price per night/day/hour

  • a text field that shows before price
  • a text field that shows after price

If you wish to remove these 2 fields, you can add the below CSS as Custom CSS

[id="property_price_before_label"] {
display: none!important;
}
[for="property_price_before_label"] {
display: none!important;
}

[id="property_price_after_label"] {
display: none!important;
}
[for="property_price_after_label"] {
display: none!important;
}
Submit Form

Related Articles

  • WpRentals Login & Register Forms and Settings
  • City, Neighborhood, and Country – Listing Location Options for the Submission Form
  • Listing Submission Form – How to manage submit form fields and mandatory fields
  • Remove cleaning fee from listing submission form

HELP CATEGORIES

  • 61. General
  • 102. Installation & Basic Setup
  • 93. Installation FAQ
  • 404. How Booking Works
  • 145. User dashboard pages
  • 20Advanced Search Options
  • 3Blog Post
  • 9Custom Page Templates
  • 18Elementor Compatibility
  • 13Email Notifications
  • 19FAQ
  • 10Menu Options
  • 27Multi-Languages - 3rd party
  • 9Owner
  • 25Property / Listing
  • 21Shortcodes
  • 11Submit Form
  • 4Supported Maps
  • 93Technical how to
  • 5Third Party plugins
  • 3Translation
  • 13Widgets
  • 2WooCommerce Payments
  • 13WP Rentals Payment
  • 77WP Rentals Theme Options

Join Us On

Powered by WP Estate - All Rights Reserved
  • Client Support
  • Video Tutorials
  • WpRentals
  • WpEstate
  • API