0
Answered

Change background colour of Match countdown

chicky365 11 months ago in Match updated by Andrei S. (Developer) 11 months ago 2

Hi,

Since the last update the custom CSS for changing the background colour of the countdown clock is not working?

Is there updated CSS for this?

.anwp-match-flip-countdown .count { background: #2b612d; }

GOOD, I'M SATISFIED

Thanks, that worked

Satisfaction mark by chicky365 11 months ago
Under review

Hi,

Please provide a URL to this page.

--

Best Regards

Andrei S.

Answered

.anwp-fl-game-countdown--match {
  background-color: #7f85ba;
}


Or use this code to change background only on countdown numbers


.anwp-fl-game-countdown__item {
  background-color: #7f85ba;
  padding-top: 5px;
  padding-bottom: 5px;
}

--

Best Regards

Andrei S.