The stock countdown fill color is not showing
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago

That's caused by 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?