CSS styling for a booking form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1476846
    Max Craftsman
    Participant

    Hello everyone! I hope you’re doing well. I have a question regarding CSS styling for a booking form. Could anyone please point me in the right direction or provide me with any tutorials or documentation on how to stylize a booking form using CSS? I would greatly appreciate any guidance or resources you can share. Thank you in advance for your help!

    #1481077
    J. Davis
    Keymaster

    Hi Anna,

    You may search for articles on how to use the inspector tool of the browser to find the classes of the elements and apply custom styles. Let us know what exactly you would like to change so we could provide an example for you.
    Or you may purchase an Extended Support service so we will adjust the styles of the form on your site per your screenshot or example.

    best regards,
    John Davis

    #1624484
    edwin duarte
    Participant
    This reply has been marked as private.
    #1625954
    J. Davis
    Keymaster

    Hi,
    Yu can add the style below at Appearance > Customize > Additional CSS to hide the marked rows from the Price breakdown table on the checkout page:

    
    tr.mphb-price-breakdown-booking.mphb-price-breakdown-group, .mphb-price-breakdown-dates, .mphb-price-breakdown-date, .mphb-price-breakdown-dates-subtotal, .mphb-price-breakdown-accommodation-taxes-subtotal, .mphb-price-breakdown-subtotal {
      display:none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.