Change the color of clock timer

Share your use case and provide as many details to support your idea as possible: WE NEED CUSTOM COLOR WHICH CONTRAST WITH MY WEBSITE

1 Like

Hi @Moulik_Jain and welcome aboard :wave:

Please add this code to the Custom CSS field on the Appearance tab and let me know if it helped:

.eapps-countdown-timer-item-value * {
  color: #000000 !important;
}