How do I change the items colour in multi-item scales? | XM Community
Skip to main content
Solved

How do I change the items colour in multi-item scales?


Forum|alt.badge.img+1

I need to make every second item all grey the whole row. How can I do it. Please I need help asap.

Best answer by qualtrics_nerd

Hi @FiloumenaZ ,

If I understand you correctly, then you want below structure.:

 


You can add below CSS structure inside the HTML of Question to achieve the same:

<style>tr.ChoiceRow.ReadableAlt {
    background: lightgray;
}</style>


 



Hope this resolves your query😊!!

View original

2 replies

qualtrics_nerd
Level 5 ●●●●●
Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • 225 replies
  • Answer
  • December 5, 2023

Hi @FiloumenaZ ,

If I understand you correctly, then you want below structure.:

 


You can add below CSS structure inside the HTML of Question to achieve the same:

<style>tr.ChoiceRow.ReadableAlt {
    background: lightgray;
}</style>


 



Hope this resolves your query😊!!


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • December 5, 2023

Thank you so much! You saved me!!


Leave a Reply