Side by side: How to remove the top table header border | XM Community
Skip to main content

Hello Community,
I'm working with side by side question and I'm trying to remove the the extra lines (borders) of the top table header.

Thank you!

image.png

Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" tr.Headings").hide();
});


Hi TomG Thank you for answering however how about by using CSS


You could use CSS, but it is more complicated, especially if you want it to only apply to a specific question. From your post, I have no way of knowing what other SBS questions are on the page or in the survey.


Hi TomG, thank you for response however the requirement is to create a css to hide the extra lines(border). Here's some id and classes that I'm working on in side by side. Thank you

image.png


#QID5 tr.Headings { display:none; }


Leave a Reply