- Posts: 11
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
.radio-item label::before { outline: none !important; } .radio-item label::after { background-color: #850044; outline: none !important; }
Thank you very much!
That worked for me:
.answer-item.radio-item :before {
outline: none !important;
}
.answer-item.radio-item :after {
background-color: #850044;
outline: none !important;
}