Remove Price and minimum nights

  • This topic has 1 reply, 2 voices, and was last updated 3 years ago by J. Davis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1090918
    Diana Roberts
    Participant

    How do you remove the price and minimum nights from the accommodation page of the availability form using brooklium theme?

    #1094780
    J. Davis
    Keymaster

    Hi 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. Davis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.