CSS styles to override LIVE colors

Put this code into Customizer >> Additional CSS and change color you like.

/* Live Label color */
.match-list__item.fl-match-is-live .match-list__live-block > .match-list__live-label {
  background-color: #e87e10;
}

/* Live minute color in match list */
.match-list__item.fl-match-is-live .match-list__live-block > .match-list__live-time {
  color: #e87e10;
}

/* Live scores - match list */
.match-list__item.fl-match-is-live .match-list__scores--home, .match-list__item.fl-match-is-live .match-list__scores--away {
  background-color: #F57C00;
}

/* Live label - single match */
.match__inner .match__header--wrapper .match-list__live-block > .match-list__live-label, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-label {
  background-color: #e87e10;
}

/* Live minute color in single match */
.match__inner .match__header--wrapper .match-list__live-block > .match-list__live-time, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-time {
  color: #e87e10;
}

/* Live scores - single match */
.match__inner .match__header--wrapper .match-list__scores--home, .match__inner .match__header--wrapper .match-list__scores--away, .match__inner .match-scoreboard .match-list__scores--home, .match__inner .match-scoreboard .match-list__scores--away {
  background-color: #9e641e;
}

/* Live scores - single match scheduled label */
.match__inner .match__header--wrapper .fl-live-match-scheduled-block .match-list__live-label, .match__inner .match-scoreboard .fl-live-match-scheduled-block .match-list__live-label {
  color: #fff;
  background-color: #e87e10;
}

Related Articles

Hello,

thanks for the code. Unfortunately, not all colors could be changed. Can you help me?

20231007-Screenshot 2023-10-07 165929.png