Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #888809

    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…

    • This topic was modified 6 years, 11 months ago by Nomad.
    #888941

    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

    #889059

    thx for ur response.
    pls see attached link: cannot see circle timer progressing in front of white background…

    #889696

    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

    #889730

    Hi Victoria,

    works great. Thank you.

    Nomad

    • This reply was modified 6 years, 11 months ago by Nomad.
    #889905

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.