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!
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!
Hi @Tomas_Fransson welcome to the community,
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
Hey there, @Tomas_Fransson
The solution by Sina is great, feel free to test it out and let us know how it worked