- Posts: 11
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
You're welcome!renu81072 wrote: Hi Guys!
Thanks a ton for your timely help.. Have resolved the issue and its working fine...
Regards/ Renuka
#answer592413X17X169TA + label::before { display: none; } #answer592413X17X169TA + label::after { display: none; } #label-answer592413X17X169TA { margin-left: -20px; }
ecoutinho wrote: If the solution to hide the button is ok, on 2.5 you would use
Code:#answer592413X17X169TA + label::before { display: none; } #answer592413X17X169TA + label::after { display: none; } #label-answer592413X17X169TA { margin-left: -20px; }