Okay
  Public Ticket #3127093
in course progress bar
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hello,

    How do I get this bit to be the color #fff ?

    I used this code, didn't work: .course_heading .course_progress_wrapper .course_progress {background:#fff !important;}

    Thanks,

    Gijs


  • [deleted] replied

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


    .course_progress_wrapper .course_progress>span{
        background:#ffffff !important;
    }


  •  12
    MeesterGijs replied

    It changed the part of the progress bar that has already been completed, the bit on the left. How can I change the bit on the right?

  • [deleted] replied

    what color you would like , im not able to get you on this . that is shadow indicating there progress to be filled.

  •  12
    MeesterGijs replied

    Have a look here.

  • [deleted] replied

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

    .course_status .course_timeline .course_heading .course_progress>span {
        background: #3F3F3F;
    }
    .course_status .course_timeline .course_heading .course_progress {
        background: var(--white);
        border-radius:5px;
    }


  •  12
    MeesterGijs replied

    Perfect! Thank you

    We can close