Remove Price and minimum nights

Viewing 4 posts - 1 through 4 (of 4 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

    #1635062
    Davide Tesoro
    Participant

    Hello, is it possible to get the code to hide all prices in all rooms?

    #1637311
    J. Davis
    Keymaster

    Hi 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?

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