Skip to content
Discussion options

You must be logged in to vote

Anyway, here is a CSS snippet that works in my test. Currently, it targets the answer_below_label because you use it already but you can also replace .answer_below_label with .myspecialradiolayout as long as you add that class in the survey item sheet.

.answer_below_label label.radio-inline:first-of-type input[type="radio"] {
pointer-events: none;
}

.answer_below_label label.radio-inline:first-of-type input[type="radio"]
 .circle{
display: none !important ;
}

.answer_below_label label.radio-inline:first-of-type input[type="radio"]  .check{
display: none !important ;
}

.answer_below_label label.radio-inline:first-of-type input[type="radio"] {
display: none !important ;
}
@media (max-width:

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@richrau
Comment options

@richrau
Comment options

@rubenarslan
Comment options

@rubenarslan
Comment options

Answer selected by richrau
@richrau
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants