Jump to content

Changing color of profile completion % bar?

Featured Replies

Posted

Hi, what's the css that I can use to update the color of the blue appearing in the % completion box on the left - And also the gray to the right of the bar?

Thanks!

image.thumb.png.7407510c2744d222d39919d498aa0ac5.png

14 hours ago, JTrollerb123 said:

Hi, what's the css that I can use to update the color of the blue appearing in the % completion box on the left - And also the gray to the right of the bar?

Thanks!

image.thumb.png.7407510c2744d222d39919d498aa0ac5.png

Simple

.ipsProgressBar_progress {
  background: #000;
}

 

  • Author

Thanks @steve00, so that's the blue area in the example above.  What about the gray background area on the right side?

no idea as mine are all 100%

could try:

.ipsProgressBar {
  background: red;
}

 

  • Author

worked great, thanks!

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.