From addb96e04917a0d637c383c1779954000685aa02 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:13:58 +1200 Subject: [PATCH] 2024 Theme: Hide unused Online Workshops fields Closes https://github.com/WordPress/Learn/issues/2604 --- .../wporg-learn-2024/src/style/_wporg-meeting-calendar.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss index e67ac3265..00b567c60 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss @@ -243,3 +243,9 @@ } } } + +// 'Meets:', 'Location' and 'View Recording' details, in list and popup +.wporg-meeting-calendar__list-event-copy, +.wporg-meeting-calendar__modal .components-modal__content p:nth-of-type(2) { + display: none; +}