
Solved
Pick, Group & Rank: Can I change the colour and formatting of the Group titles?
For example: I would like to change the background colour and font colour of the rectangle containing "A"
!
Thanks 😀

Best answer by Matt_Christie_Walker
Here is the css that you need to change:
.Skin .PGR .DragAndDrop .Group h2 {
border-bottom: 2px solid #d2d2d6;
padding: 10px;
background: #f7f7f7;
}
So if you'd like to change the background color to black, and the font color to white, go to *Look and Feel* -> *Advanced* -> *Add Custom CSS* and then place the following:
.Skin .PGR .DragAndDrop .Group h2 {
border-bottom: 2px solid #d2d2d6;
padding: 10px;
background: #000000;
color:#ffffff;
}
This will change it throughout your survey.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.