meetergomeetergo Help

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.

Updated on July 28, 2026

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.

There is a switch for this — you do not need CSS.

  1. Open the meeting type.
  2. Go to Booking experience → Confirmation page.
  3. On the Page appearance card, switch off Show confetti animation.
  4. Save.

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:

  1. Go to your Branding settings.
  2. Click Edit Confirmation Page CSS.
  3. Add:
/* Hide confetti on the thank you page */
body canvas[style*="position: fixed"] {
  display: none !important;
}
  1. Save your changes.

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.

Was this article helpful?

Let us know if this article answered your questions.