Hi everyone,
I hope you’re doing well.
I was wondering if someone could help me with styling my NPS question.
Here’s what I currently have:

And here’s what I would like to achieve:

As always, thank you for all your help and for sharing any custom code.
🔥🚀🤜
Best answer by TomG
@parkie_0007,
That looks like Flat layout. Assuming that is correct, you can add something like this CSS:
.Skin .MC .NPS .LabelContainer label.q-radio { display:none; }
.Skin .MC .NPS label.SingleAnswer, .Skin .MC .NPS label.SingleAnswer.q-focused
{ border-radius:10px;color:white;background-color:#333 !important; }
.Skin .MC .NPS label.SingleAnswer.q-checked { background-color:blue !important; }