Hello!
The animated countdown timer has a few style options but I am wondering if there is a way to customize it further and change the font color besides just white and black.
Thanks!
Hey KeyshaunSmith,
It can be done via css. Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hello!
It is in the main header layer slider. You will have to wait for the layerslider to move to the second slide to see the countdown timer.
Hi,
Thanks for the link, the first part of this code changes the countdown to red, and the second part makes the background transparent. Please adjust to suit.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time,#top.home .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time-label {
color: red !important;
}
#top.home .main_color .av-default-style .av-countdown-cell-inner {
background-color: transparent;
border-color: transparent;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike