How to Hide Scale Values in Slider Scale Questions (only one question) in Qualtrics | XM Community
Skip to main content
Solved

How to Hide Scale Values in Slider Scale Questions (only one question) in Qualtrics


Forum|alt.badge.img+1

Hi everyone,

I hope you're all doing well.

I'm currently designing a survey using Qualtrics and I need some assistance. Specifically, I want to hide the default scale values in a slider scale question and only display the custom labels that I have created.

 

Has anyone successfully hidden scale values in slider scale questions? If so, could you share the correct CSS code or any other method to effectively hide these values?

Any help or guidance would be greatly appreciated!

Thank you in advance.

Best regards,

Best answer by chackbusch

@San_here @Vanesa Try to add this code in your CSS: 

.slider-min, .slider-max {
    display: none;
}

If this does not work, please share the layout and question details you have configured.

Best
Christian

View original

3 replies

Vanesa
Level 2 ●●
Forum|alt.badge.img+3
  • Level 2 ●●
  • 10 replies
  • July 31, 2024

Same question here!


chackbusch
QPN Level 5 ●●●●●
Forum|alt.badge.img+22
  • QPN Level 5 ●●●●●
  • 414 replies
  • Answer
  • July 31, 2024

@San_here @Vanesa Try to add this code in your CSS: 

.slider-min, .slider-max {
    display: none;
}

If this does not work, please share the layout and question details you have configured.

Best
Christian


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • August 1, 2024

@chackbusch 

Thank you so much for the help with hiding scale values in slider scale questions. Your guidance was incredibly helpful and made a significant difference in my project!


Leave a Reply