Set different fonts for the message and counters

For when we want to have a different font for the message than we have for the counters.

3 Likes

Hi there, @Michael_Graham1 :waving_hand:

Thanks for the idea! I agree that it would be awesome to have a separate font setting for each element. If this idea gets more votes, we’ll try to think it over :slightly_smiling_face:

As for now, you can change the font of the message with this code added to the Custom CSS field on the Appearance tab of your widget’s settings:

.eapps-countdown-timer-header-finish-message {
  font-family: Times New Roman;
}
2 Likes