Comments 9Gerlinde started the conversationOctober 8, 2020 at 11:37amHi. Can I hide the capacity details in the events listing ? https://thehappinesscenter.virtualwebassist.co.za/ under Upcoming Events?[deleted] repliedOctober 8, 2020 at 2:39pmHello Gerlinde, You can hide that element with adding custom CSS on the front-end.Please try adding this format HTML to the page where you have Amelia events shortcode: <style> div.am-event-data > div.am-event-info > div:nth-child(2) {display: none !important;}</style>if that doesn't help , please try this one instead: <style> div.am-event-data > div.am-event-info > div:nth-child(2) > div:nth-child(1) {display: none !important;} </style>and let me know if this helped. 9Gerlinde repliedOctober 8, 2020 at 6:39pmThanks so much. Resolved. [deleted] repliedOctober 9, 2020 at 4:52pmYou are welcome, Gerlinde. If you have any other questions or concerns feel free to open a new ticket and we will gladly help. Sign in to reply ...
Hi. Can I hide the capacity details in the events listing ? https://thehappinesscenter.virtualwebassist.co.za/ under Upcoming Events?
Hello Gerlinde,
You can hide that element with adding custom CSS on the front-end.
Please try adding this format HTML to the page where you have Amelia events shortcode:
if that doesn't help , please try this one instead:
and let me know if this helped.
Thanks so much. Resolved.
You are welcome, Gerlinde.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help.