Remove Book button when Confirm Reservation button is showed

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Remove Book button when Confirm Reservation button is showed

  • This topic has 1 reply, 2 voices, and was last updated 8 months ago by J. Davis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1527612
    John Swift
    Participant

    Hi,

    Is it possible to remove the BOOK button after you have already clicked on it and CONFIRM RESERVATION button is shown? It is a bit misleading when that Book button is still there after you have already clicked on it.

    https://imgur.com/a/OpjwQYF

    #1533902
    J. Davis
    Keymaster

    Hi John,
    You can add the following CSS style at Appearance > Customize > Additional CSS:

    .mphb-reserve-room-section.mphb-rooms-added .button.mphb-button.mphb-book-button {
      display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.