Change font in Countdown Timer widget

Great info, Helga! If I want to change the label in my countdown time, what part of the css you mentioned above should I change to aim for the countdown component? The screenshot is what I have now but it’s not properly changing to Roboto.

Hey @TonyMuscolino, welcome to the forum!

Sure thing! Could you please try to add the following CSS code and let me know if it worked?

.eapps-countdown-timer-inner {
font-family: Roboto!important;
}

Awesome. Looks like it worked! In the Elfsight creator it’s Times but on my sight it’s Roboto so I’m all set. Thanks again!

1 Like

Great, thanks a lot for the update!

See you around :hugs:

1 Like