Hi there! 👋
Thanks so much for the kind words — glad to hear you’re enjoying the plugin!
Regarding your question: If you mean the countdown message then yes, you can change the text color of the countdown timer message. The easiest way is to add a small bit of custom CSS :
.preorder-timer-countdown .preorder-message {
color: #2d3436 !important; // change the color value to your desired
}
Happy to help with anything else!