Okay
  Public Ticket #2744307
Maximum allowed spots
Closed

Comments

  • Enzo Pasciuti started the conversation

    Hello is it possible to don't show the Maximum allowed spots and the number of spot free? or to eliminate this option? thanks

  • [deleted] replied

    Hi, Enzo!

    Thank you for choosing amelia.

    Are you referring to Events capacity, I guess? If so, then yes, the capacity can be hidden with custom CSS.

    You can try adding this CSS to the page with Amelia Events:

    div.am-event-data > div.am-event-info > div:nth-child(2) > div {
    display: none !important;
    }

    Hope that will help.

    Best Regards.