Hi, I would like to change the background color of an animated counter to a specific color. How can I do that?
Also, can I remove the frame from the counter so it will only show the number without the frame around them?
Thanks.
Hi DROR!
can you please show us the page you are developing?
Thank s a lot
Cheers!
Basilis
Sure.
Hi!
Please add following code to Quick CSS
.av-countdown-cell-inner { background-color: orange !important; border: none !important; }
Best regards,
Yigit
Thanks. How can i reverse the order the counter is showing? If I want the days on the left and the seconds on the right?