Okay
  Public Ticket #2791506
Zoom atendees
Closed

Comments

  • Rahel Biehlig started the conversation

    I want to make the Capacity invisible. I cannt find the right class for that, when do display:none for .am-event-sub-info-capacity nothing happens and when I put .am-event-sub-info into display:none all the information vanishes, which I donĀ“t want either. Please indicate a solution for that problem.

    Thank you.

  • [deleted] replied

    Hi Rahel,

    thank you for reaching out to us!smile.png

    I'd be happy to help; please try the CSS below:

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

    This one removes all Capacity labels for all events.