How to edit search results “Number of Accomodations” area?

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How to edit search results “Number of Accomodations” area?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1207308
    Corey Benoit
    Participant

    Hello,

    I am building a website for my clients where they have two airbnb type properties on their large property.

    It is only two accommodations, and inside there is no variable accommodation types so it makes no sense to display “1 of 1 accommodation available”.

    I want to swap this out for a simple area that displays an excerpt from the description that only allows for a certain amount of characters so it doesn’t overflow and keeps the results the same size.

    thx

    #1208191
    Andre Flores
    Moderator

    Hello Corey,

    You may simply hide that section by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-rooms-quantity-wrapper.mphb-rooms-quantity-multiple {
    	display: none;
    }

    Regards,
    Andre

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