Remove Price and minimum nights

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1090917
    Diana Roberts
    Participant

    How do you remove the price and minimum nights from the accommodation page availability form?

    #1091073
    Andre Flores
    Moderator

    Hello Diana,

    Simply add the following code under Appearance ->Customize ->Additional CSS:

    .single-room-form-wrapper .mphb-regular-price {
    	display: none;
    }

    Regards,
    Andre

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