- Posts: 18
- Thank you received: 1
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
Hide value when using slider?
4 years 2 months ago #179656
by ong
Hide value when using slider? was created by ong
Attachments:
The topic has been locked.
4 years 2 months ago #179657
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Hide value when using slider?
Give the question a CSS class "no-tooltip".
Add this to the end of custom.css:
Add this to the end of custom.css:
Code:
.no-tooltip .slider .tooltip { display: none; }
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: DenisChenu, ong
The topic has been locked.
4 years 2 months ago #179664
by ong
Replied by ong on topic Hide value when using slider?
Hi Toni,
thanks for the quick answer.
I attaches no-tooltip to the question, no problem, but:
I am not sure WHICH custom.css.
I tried /themes/... all custom.css but that did not work.
"fruity" is set for the survey.
Olaf
thanks for the quick answer.
I attaches no-tooltip to the question, no problem, but:
I am not sure WHICH custom.css.
I tried /themes/... all custom.css but that did not work.
"fruity" is set for the survey.
Olaf
The topic has been locked.
4 years 2 months ago #179667
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Hide value when using slider?
You need to extend the theme and modify the resulting custom.css file.
- manual.limesurvey.org/New_Template_System_in_LS3.x
- manual.limesurvey.org/New_Template_System_in_LS3.x
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: ong
The topic has been locked.