- Posts: 5
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script charset="utf-8" type="text/javascript"> $(document).ready(function() { $( '#question{QID} .answer-item:eq(0)').addClass('hide-pseudo-elements').find('input.radio').remove(); $( '#question{QID} .answer-item:eq(4)').addClass('hide-pseudo-elements').find('input.radio').remove(); $( '#question{QID} .answer-item:eq(8)').addClass('hide-pseudo-elements').find('input.radio').remove(); }); </script>
<style type="text/css"> .hide-pseudo-elements label::before, .hide-pseudo-elements label::after { display: none; } .myHeader { font-size: 110%; font-weight: bold; margin-top: 0.5em; margin-bottom: -0.5em; } li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item { margin-bottom: 0.2em; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.