Customize Progress Bar | XM Community
Skip to main content

Hello All,

How do I customize the color of my progress bar in my survey? 

Thank you in advanced.

Hi @Steph2023 ,

You can use below CSS code and add it to the Custom CSS in Style tab of Look and Feel :



 

.Skin .ProgressBarFill {
background-color: #ba0c2f !important;

}


You can replace #ba0c2f with any color name or its hex code(preferred ).

Hope this resolves your query😊!
 


Thank you so much @qualtrics_nerd! I appreciate your assistance. 😊


Leave a Reply