Search code examples
flipclock

How to change font color on text flipclock.js


I'm having some issues trying to change the text, hours, days, months, years, into the color green, I'm using flipclock.js, does anyone know how to change it, if so could you guide me in the right direction.


Solution

  • If your using new version its on line around 225 (css file)

    .flip-clock-divider .flip-clock-label {

    color: green; }