- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Tammo wrote: If needed you can leave it away for this one question, then the template.css would be something like:
#question[xxxx] .emtip{
display:none
}
<script type="text/javascript"> $(document).ready(function(){ $( "<style type='text/css'>" + "#question{QID} .emtip { display:none }" // #question[xxxx] syntax required if LS version <1.92 +"</style>").appendTo( "head" ); }); </script>