Remove the 'Children' field completely?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #647057
    Paul Fineran
    Participant

    Good Afternoon,

    I have a client who runs an ‘Adult only’ camping site (for those older and wanting a peaceful site). They do not accept bookings that include under 18 year olds, so is it possible to remove the ‘Children’ option from all the drop down menus?
    Thanks for your assistance.
    Regards

    Paul.

    #647558
    J. Davis
    Keymaster

    Hi Paul,

    Please refer to this topic.

    best regards,
    J. Davis

    #648117
    Paul Fineran
    Participant
    This reply has been marked as private.
    #648129
    J. Davis
    Keymaster

    Hi paul,

    Thank you for your reply. I’m sorry I meant to refer to my reply with styles that should be applied to hide dropdown:

    At the moment you can do that by placing code below to style.css file of Child Theme (or Appearance>Customize Additional CSS)

    .mphb_sc_search-children,
    .mphb_widget_search-children,
    .mphb-room-type-children-capacity,
    .mphb-check-children-date-wrapper{
        display:none !important;
    }

    Best regards,
    JD

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