Changing the color of 100% progress bars

  • Posted in : cvCard WP
  • lowguns3
    Participant

    My website is loganevans.me

    On the resume page, I am trying to post which certifications I have, and which ones I am about to get. I would like the certifications that I have (the 100% progress bars) to be green, while the rest are red.

    Can you help me with this at all? I toyed around with the CSS a bit on my own, but did not get anywhere. I saw a few other posts in the forums about people wanting to change the color of *every* progress bar, but none about changing *only the 100% bars*

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .bar[data-percent="100"] .progress {
        background: #5BCF80;
    }

    Thanks

    lowguns3
    Participant

    You are awesome! Thanks a ton.

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register