All Collections
Urgency Bear Countdown Timer
Visual bugs
The progress bar is not showing the fill color
The progress bar is not showing the fill color
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago

That's due to a theme CSS conflict.

Please add this code inside the app > advanced tab > custom CSS:

.cbCountdownContainerLine{display: flex !important;}

Then save and test again.

Did this answer your question?