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

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,

Same question here!


@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


@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