Change background color (from yellow) when reporting scores | XM Community
Skip to main content
Hello,

Does anyone know a way to change the yellow background color when reporting scores? Anything but yellow!!!

!
Hello @cory_bray ,

Paste the below CSS in the look and feel -> Style -> CSS

.Skin .Grading .Inner {
background: white!important;
border: 1px solid white!important;
}
Thank you so much!