Create yelow line (contour) around stars scale | XM Community
Skip to main content

Hello community.

I need some help with an issue. Can I create a contour/ draw a yellow line around my stars scale?

Today Qualtrics doesn’t have it. I need it to be like this. Is there a code that can help me with that?

 

Thanks in advance.

 

 

Try this code:

jQuery("#"+this.questionId+" .Stars tbody tr").css("border-bottom","1px solid #d9d9d9");

 


Hi! 

Unfortunatelly it didn’t work :(


Leave a Reply