This topic has 3 replies, 2 voices, and was last updated 5 years by Radu.

  • Author
  • #217773
     szmek9
    Participant

    Hi,

    Once I change the color of the progress bar. the label goes white…

    See here.http://szmek95.ssd-linuxpl.com/course/revit-etapy-fazy/

    orange progress bar has white label. Default one has grey.

    #217804
     Radu
    Moderator

    Hi,

    Apply this css

    COPY CODE
    
    .vc_progress_bar.wpb_content_element .vc_progress-bar-color-bar_orange small {
        color: #8e8e8e !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #217808
     szmek9
    Participant

    this is solution for orange color only…

    #218014
     Radu
    Moderator

    Can you point the elements that you want to change the colors cuz i cannot fully understand please ?

    The selectors for lablels and progress bars

    COPY CODE
    
    .slim-style .vc_single_bar .vc_label {
        color: red !important;
    }
    .slim-style .vc_single_bar .vc_bar {
        background-color:#5472d2 !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?