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

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

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😊!!


Thank you so much! You saved me!!


Leave a Reply