Hi there,
beg for a little help:
I’d like to have circle timer visible in front of a white background…
how can I change the progress circles’ color on circle timer (not bar timer)
appreciate your help
Nomad
PS: bar timer (not circle timer) works with…
.ls-bar-timer {
background: #a62022;
}
…but circle timer with
.ls-circle-timer {
background: #a62022;
}
shows its background, not the progress circle…
Hey Nomad,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
thx for ur response.
pls see attached link: cannot see circle timer progressing in front of white background…
Hi Nomad,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.ls-container .ls-circle-timer div {
border-color: #666;
}
If you need further assistance please let us know.
Best regards,
Victoria