Hide confetti on the thank you page
Switch the confetti animation off for one meeting type with Show confetti animation, or for your whole account with confirmation page CSS.
By default, meetergo plays a short confetti animation on the thank you page after a successful booking. If you prefer a more minimal look, you can turn it off.
Turn it off for a meeting type (recommended)
There is a switch for this — you do not need CSS.
- Open the meeting type.
- Go to Booking experience → Confirmation page.
- On the Page appearance card, switch off Show confetti animation.
- Save.
This switch is part of the Essentials plan (formerly Light) and higher, together with the other Confirmation page settings. On Free the switch shows an upgrade prompt. See Plan Comparison.
Repeat it per meeting type. If you create meeting types from a template, set it once on the template so new meeting types inherit it.
Turn it off for every booking, using CSS
If you want one rule for the whole account instead of a switch per meeting type, add CSS to the confirmation page stylesheet:
- Go to your Branding settings.
- Click Edit Confirmation Page CSS.
- Add:
/* Hide confetti on the thank you page */
body canvas[style*="position: fixed"] {
display: none !important;
}
- Save your changes.
Use the Edit Confirmation Page CSS box, not Edit Booking page CSS. They are two separate stylesheets, and the booking page one never reaches the thank you page. That is the usual reason this rule appears to do nothing.
Two more things decide whether company CSS reaches a given thank you page:
- On the meeting type, Confirmation page → Custom CSS must be set to Use team / company CSS (the default). No custom CSS and Custom inline CSS both ignore the company stylesheet.
- Custom CSS is a paid feature. See Adjust your booking page with custom CSS for where each CSS box applies and why CSS sometimes does not show up on the live page.
FAQ
Will this affect my existing bookings?
No, this only changes the appearance of the thank you page. Your bookings and booking data are unaffected.
Can I bring the confetti back later?
Yes. Switch Show confetti animation back on, or remove the CSS rule.
Some invitees never see the confetti anyway. Why?
meetergo respects the operating system setting "Reduce motion". Invitees who have it enabled never see the animation, whatever your setting is. The animation also stops on its own after about five seconds.
Related articles
Was this article helpful?
Let us know if this article answered your questions.