Maxdiff | XM Community
Skip to main content

can we hide maxdiff question label (highlighted yellow)? Please help.

 

Hi @MadhurSingh, you can hide the label of a MaxDiff question by using custom CSS.

```css
/* Hide MaxDiff question label */
.MaxDiff .QuestionText {
    display: none;
}


@Umang Upadhyay Thank you for your reply but this code is hiding Question text as well, I need to hide only label highlighted in yellow in my screenshot above.


Leave a Reply