Skip to content

Commit

Permalink
2024 Theme: Hide unused Online Workshops fields
Browse files Browse the repository at this point in the history
Closes #2604
  • Loading branch information
adamwoodnz committed Jul 22, 2024
1 parent b31ae33 commit addb96e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit addb96e

Please sign in to comment.