Can I customize the background of each block of the Survey Platform? | XM Community
Skip to main content
Solved

Can I customize the background of each block of the Survey Platform?

  • February 16, 2021
  • 2 replies
  • 302 views

Hello! Can I customize the background of my survey by each block/page of my survey? For example, the first page of the survey would have one type of background. Then, when the respondent hits the next button, the background would change to a different design.

Best answer by ahmedA

Blockwise won't be possible, but you can add styles in the question HTML, which will work on the page the question is on.
Skin and SkinInner are the classes for the outer and inner layers, respectively.

2 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • Answer
  • February 17, 2021

Blockwise won't be possible, but you can add styles in the question HTML, which will work on the page the question is on.
Skin and SkinInner are the classes for the outer and inner layers, respectively.


Forum|alt.badge.img+8
  • Level 2 ●●
  • February 17, 2021

You can use JavaScript code to add background image in the first question of every page.