- Posts: 10285
- Thank you received: 3649
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // First Row $('#question{QID} .question-item:eq(0)').addClass('sub-header').find('input').remove(); // Fifth Row $('#question{QID} .question-item:eq(4)').addClass('sub-header').find('input').remove(); // Ninth Row $('#question{QID} .question-item:eq(8)').addClass('sub-header').find('input').remove(); // Fourteenth Row $('#question{QID} .question-item:eq(13)').addClass('sub-header').find('input').remove(); }); </script> <style> .question-item.sub-header, .question-item.sub-header label { padding: 0; margin-bottom: 0; } .question-item.sub-header label::before, .question-item.sub-header label::after { display: none; } </style>