Okay
  Public Ticket #3113226
course progress bars in WPLMS 4.4
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hi,

    I never gave it much thought but the 0 per cent course progress bars give the impressionthat progress has been made, which it hasn't. These courses still haven't started. Can I change that? So that thisis empty?

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .progress .bar {
        background: var(--primary);
        font-size: 12px;
        line-height: 1.5em;
        padding: 4px 0px;
        font-weight: 600;
        position: relative;
        height: auto;
        border-radius: 20px;
    }


  •  12
    MeesterGijs replied

    Yes! Looks much better. Check it out. You must agree ;)

    Let's close. Thanks again, Alex :)