WP Rentals Help WP Rentals Help

  • Client Support
  • Video Tutorials
  • WpRentals
  • WpEstate
  • API
Home / Technical how to / How to remove menu items from property page with custom CSS

How to remove menu items from property page with custom CSS

6848 views

You can remove the menu items from property page with custom CSS: 

For Description use:

.property_menu_wrapper_hidden a:nth-of-type(1) {
display: none;
}

For Price use:

.property_menu_wrapper_hidden a:nth-of-type(2) {
display: none;
}

For Details use:

.property_menu_wrapper_hidden a:nth-of-type(3) {
display: none;
}

For Amenities use:

.property_menu_wrapper_hidden a:nth-of-type(4) {
display: none;
}

For Availability use:

.property_menu_wrapper_hidden a:nth-of-type(5) {
display: none;
}

For Yelp use:

.property_menu_wrapper_hidden a:nth-of-type(6) {
display: none;
}

For Reviews use:

.property_menu_wrapper_hidden a:nth-of-type(7) {
display: none;
}

For Owner use:

.property_menu_wrapper_hidden a:nth-of-type(8) {
display: none;
}

For Map use:

.property_menu_wrapper_hidden a:nth-of-type(9) {
display: none;
}

Remove entire menu area use this css

.property_menu_wrapper_hidden {
    display: none!important;
}

Help to add custom css – https://help.wprentals.org/article/3029/

Technical how to

Related Articles

  • How to change the background color and logo for admin login page
  • How to redirect Instant Booking Button to WooComemrce Checkout Page
  • Tehnical: Redirect to Page Not found/ White screen on listing submission or edit
  • Technical – Invoices from My Bookings

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
  • 26Multi-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