Is it possible to change the colour of the Count down timer ?

  1. Home
  2. Docs
  3. Khore
  4. Frequently Asked Question...
  5. Is it possible to change the colour of the Count down timer ?

Is it possible to change the colour of the Count down timer ?

Please install and activate child theme.

At the dashboard, Navigate Appearance -> Editor menu.

On the stylesheet, please add the following style.

#site__header-wrap .countdown span {
    color: #000; /* you can change #000 as per your requirement */
}

Update the file.

Was this article helpful to you? Yes No 1