Help with Styling My NPS Question | XM Community
Skip to main content
Solved

Help with Styling My NPS Question

  • November 25, 2025
  • 2 replies
  • 28 views

Forum|alt.badge.img+5

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; }

 

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • November 25, 2025

@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; }

 


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • November 26, 2025

Legend! Thanks :)