All Collections
Urgency Bear Countdown Timer
Visual bugs
Missing dots between the timing boxes
Missing dots between the timing boxes
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago

It's due to a theme conflict.

Open the app > advanced tab > custom CSS > add this code:

.cbCountdownDigitsContainer>div>div{

display: flex !important;}

}

Save and test.

Did this answer your question?