Hello everyone,
unfortunately I am struggeling to change the background color for a whole block.
Changing the background color for the whole survey or single 'descriptive text' is no problem but not for the whole block.
The idea behind my question: I am asking the same questions for different areas of life. The color-scheme may help participants.
Solved
Changing background color for single block
Best answer by rondev
Use the below code that changes the background of a page:
jQuery("#Questions").css("background-color","skyblue");
So if their are five pages in a block, you need to paste the code five times, i.e. paste the code on any one question of the page.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
