Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    You can change text color by custom CSS

    Please go to your theme wp-content->theme->yourtheme->style.css file and put below css.

    .wpcdt-countdown-timer .textDiv_Days h4{ color:#e60000 !important; }
    .wpcdt-countdown-timer .textDiv_Hours h4{ color:#e60000 !important; }
    .wpcdt-countdown-timer .textDiv_Minutes h4{ color:#e60000 !important; }
    .wpcdt-countdown-timer .textDiv_Seconds h4{ color:#e60000 !important; }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Text color’ is closed to new replies.