
My client uses events to sell workshops and retreats. The maximum number of participants ánd the number of already booked tickets is visible in the Events list view. Would it be possible to add a parameter to hide this information?

Hi Debbie put this css in your additonal css page and it will make the remaining spots disappear from calendar and list view: .am-event-spots-left, .am-event-sub-info-capacity {opacity: 0 !important;}
Hi I am also trying to remove the amount of bookings available and booked from the event modal window for a client using your plugin, but this doesnt work for me? Have there been changes that would stop this working? Appreciate any help!

Hi, i don’t work for amelia, I just found a work around as I can code. what is the url of the site you are having issues and i’ll see if I can help

It sounds like you are using a different part to what I was and will need to apply the opcaity to a different css class.
That would be great thanks mate! I managed to remove it everywhere else but just this one spot I can’t find the CSS. I attached an image of what I want to remove and the URL is: https://staging.katcarrollyoga.com/classes/
Really appreciate any help you can provide Patrick.

Hi all, it is already possible to hide the number of bookings in the booking form settings. Go to Customize in the Amelia menu. The option is called ‘Event slots capacity’.

It appears that it does not have an independent css class for that div so my hack won’t work, you can remove all the text at the top or none of it… if you wantto hide it all use this css class with display: none
.am-event-modal__mini-info-inner
Thanks Patrcik and thanks Debbie. I did just get a response from Amelia support saying the saem thing Debbie so very happy I could get it done!
Its a way ?