Changing the background color of the header | XM Community
Skip to main content
I am having some trouble with changing the color of the header ... it shows up correctly in the "look and feel" ... see screen shot here


!


but then it doesnt load in the survey ....


!



any help would be greatly appreciated.
Hello @l_wong,

Paste the below code in the Add custom CSS

.Skin #HeaderContainer {
background: #5252de;
}
Thanks!! i was doing it in the header section and it wasn't working!! this worked thanks!

Leave a Reply