Comments eugene started the conversationDecember 30, 2020 at 6:42amHi,I'm trying to remove the 0/15 capacity showing there because it shows we haven't filled the event. How can I turn it off please? 2,572Aleksandar repliedDecember 30, 2020 at 10:43amHello Eugene.Thank you for your purchase.This can only be achieved with some custom CSS. In your case, it would be this: #am-event-1 > div.am-event-data > div.am-event-info > div:nth-child(2) > div.am-event-sub-info-capacity So, you can add it above the shortcode, as HTML, like this: <style> #am-event-1 > div.am-event-data > div.am-event-info > div:nth-child(2) > div.am-event-sub-info-capacity { display: none !important; } </style> [ameliaevents]And it will be displayed like this:Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi,
I'm trying to remove the 0/15 capacity showing there because it shows we haven't filled the event. How can I turn it off please?
Hello Eugene.
Thank you for your purchase.
This can only be achieved with some custom CSS. In your case, it would be this:
So, you can add it above the shortcode, as HTML, like this:
And it will be displayed like this:
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables