Is there a way, using CSS, to change the background color for Enfold’s countdown Timer: I see where it takes the color from Enfold Theme Options, but I don’t want to change everything else in site… ?
I’ve tried unsuccessfully, so would very much appreciate it!
Hi Eleina_Shinn!
Please link us your web site, with the page having the timers on it/
Thanks a lot
Best regards,
Basilis
Here it is – Page goes on forever, sorry, but it’s in there twice, starting almost at 3/4 way down the page :)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-countdown-cell-inner {
background: red!important;
color: white!important;
border-color: green;
}
Cheers!
Yigit
You’re the best, as always, thank you! :)