WPRentals Theme Documentation WPRentals Theme Documentation

  • 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

7699 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 Make a Contact Button Open WhatsApp
  • How to add a new currency in Theme Options for payments.
  • How to Disable WordPress Image Compression and Preserve Original Quality
  • How to Change the Default Categories Icon from Listing Card Unit

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