Custom CSS for buttons beneath countdown timers?

Wiche are the CSS selectors for the buttons? For example, for round corners, minimum size, etc.?

CSS newbie here, so a full example would be appreciated!

2 Likes

Hi @Tomas_Fransson welcome to the community, :clap:

try out with

.eapps-countdown-timer-button {
min-width: 20px;
border-radius: 10px;
}

Take a look here too
https://community.elfsight.com/c/css-codes/countdown-timer/164

3 Likes

Hey there, @Tomas_Fransson :wave:

The solution by Sina is great, feel free to test it out and let us know how it worked :slightly_smiling_face: