diff --git a/includes/Elements/Event_Calendar.php b/includes/Elements/Event_Calendar.php index ec8dab869..dd35b2030 100644 --- a/includes/Elements/Event_Calendar.php +++ b/includes/Elements/Event_Calendar.php @@ -2559,7 +2559,7 @@ protected function register_controls() 'type' => Controls_Manager::COLOR, 'default' => '#ffffff', 'selectors' => [ - '{{WRAPPER}} .eael-event-calendar-wrapper .fc-list-event:nth-child(even)' => 'background-color: {{VALUE}} !important;', + '{{WRAPPER}} .eael-event-calendar-wrapper .fc-list-event:nth-child(even) td' => 'background-color: {{VALUE}} !important;', ], ] );