Maxdiff | XM Community
Skip to main content
Question

Maxdiff

  • March 15, 2024
  • 2 replies
  • 35 views

Forum|alt.badge.img+8

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

 

2 replies

Umang Upadhyay
QPN Level 4 ●●●●
Forum|alt.badge.img+25
  • QPN Level 4 ●●●●
  • 122 replies
  • March 18, 2024

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

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


Forum|alt.badge.img+8
  • Author
  • Level 2 ●●
  • 19 replies
  • March 18, 2024

@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.