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.
Page 1 / 1
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!