Skill Bar Background Secondary Color Change

How can I change the white color on the right side of the Skill Bar?

Thanks,

Hi There @tylerwhyte

Thanks for writing in! Try adding the following CSS rule into your Cornerstone’s custom CSS area.

.x-skill-bar {
    background-color: #000000;
}

Hope that helps.

Perfect, Thank You.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.