Appointment Booking suggestions

Hi there @Graham :wave:

You can change the color of the tick and success message using this code in the Custom CSS field on the Settings tab of your widget’s settings:

[class*="success-message__Jumbotron-sc"] svg {
    fill: red;
}

[class*="success-message__Jumbotron-sc"] [class*="typography__Container-sc"]:nth-child(1) {
    color: red;
}

Check it out and let me know if it helped :slightly_smiling_face:


As for the name of the fields in the confirmation email, unfortunately, it’s impossible to change them for now.

We agree that it would be a cool option, and I’ve added your idea to the Wishlist. You can keep an eye on it here - Change name of the fields.

1 Like