Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Remove Price and minimum nights
- This topic has 3 replies, 3 voices, and was last updated 4 months, 3 weeks ago by J. Davis.
- AuthorPosts
- March 16, 2021 at 1:59 pm #1090918Diana RobertsParticipant
How do you remove the price and minimum nights from the accommodation page of the availability form using brooklium theme?
March 24, 2021 at 8:48 am #1094780J. DavisKeymasterHi Diana,
1. You can remove the minimum number of nights from the Accommodation Type in the Settings > Booking Rules, You need to exclude the Accommodation type by unchecking it in the list. If you want to remove minimum nights from all the Accommodation types, you will need to delete the rule.
2. Please add the code below to the Appearance > Customize > Additional CSS in order to hide the price from the single property page:body.single .site-main > .type-mphb_room_type .single-room-form-wrapper .divider, body.single .site-main > .type-mphb_room_type .mphb-regular-price { display:none; }
best regards,
J. DavisJune 21, 2024 at 11:17 am #1635062Davide TesoroParticipantHello, is it possible to get the code to hide all prices in all rooms?
June 27, 2024 at 5:50 am #1637311J. DavisKeymasterHi Davide,
Thanks for your question. You can try using the following style:.mphb-regular-price{
display:none;
}Do you also need to hide the price on the checkout page? Could you please clarify the request in more detail and provide the URL of your site?
- AuthorPosts
- You must be logged in to reply to this topic.