Search Results – Only Show Recommended Accommodations

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Search Results – Only Show Recommended Accommodations

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #988691
    Joe Griffin
    Participant

    Hi,

    Currently on the search results for a booking I have the Recommended Accommodations which has a “Reserve” button, and the Accommodation Details which has the “Book” button.

    I want to remove the Accommodations Details section as it just seems to be an extra step to get to where the Recommended Accommodations is already.

    What code do I have to change to prevent the Accommodations Details section from showing on the search results?

    In the pic I want to remove the area within the red box

    Image

    Thanks a lot,

    Joe

    #988893
    Andre Flores
    Moderator

    Hi, Joe!

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

    .mphb_sc_search_results-wrapper .mphb-room-type {
    	display: none;
    }

    Regards,
    Andre

    #989151
    Joe Griffin
    Participant

    thanks Andre

    #990317
    Andre Flores
    Moderator

    Hi, Joe!

    You are most welcome!

    Regards,
    Andre

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