Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

How can I hide the slider callout of a bootstrap-slider?

  • zschaerer
  • zschaerer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 10 months ago #154934 by zschaerer
I am using LimeSurvey Version 2.64.7+170404 and have created a survey with the default style template.

I am using the multiple numeric input question type with sliders and I want to hide the callout (tooltip) of the sliders. Is there any code similar to

<style type="text/css">
.slider_callout { display: none;}
</style>

that I can enter into the question source code field?

Thanks for any help.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 years 10 months ago - 6 years 10 months ago #154936 by tpartner
If you want to hide all slider call-outs, place this at the end of template.css:
Code:
.slider .tooltip {
  display: none !important;
}

If you want to hide them in specific questions, give the question(s) a CSS class "hidden-callout" and place this at the end of template.css:
Code:
.hidden-callout .slider .tooltip {
  display: none !important;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 6 years 10 months ago by tpartner.
The following user(s) said Thank You: zschaerer
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose