Hi @xoandrea,
Thank you for using IgniteUp.
And I’m really sorry you faced into an issue using it.
I assume you are talking about the Launcher template here. And in the Launcher template, Font Color option in the Template Options page should change all font colors including the countdown font.
If it doesn’t, may be due to a style conflict with your WordPress theme installed. But anyway try adding following CSS line to Custom CSS option. It should change your countdown text color.
#countdown{color:#000 !important;}
Please replace the color you want with #000.
Let me know if it did work.
Thanks!
Final Countdown is a new simple to use countdown clock for your website. Give it a try it may work for your project.
https://wordpress.org/plugins/final-countdown/
Hey guys,
thanks for the quick reply.
Unfortunately the code written in the Custom CSS section also does not change anything. Any other ideas?
Got half of it, just added
.glass-wrapper h2{color: #fff !important;}
Now the only thing that is left in grey is the Minutes, Seconds, Hours script
Add the following CSS line also.
span.time-name{color: #fff !important;}
It will work for you.
Perrrfect 🙂 Worked right away! Thanks for your amazing help 🙂