NPS rating grid. How to do it in color?
Cross-posted from the NPS group:
My manager is looking to do something like the attached image for an NPS presentation. Has anyone added a code block yet for this? I'm trying to determine how to do it.
2
Comments
Hey did you manage to find a solution for this issue?
Yes I did. eMail me at jrehmann "at" legion.co and I will give you the code.
Can you assist with that? have the same problem, looking for solution
You need to add a code block to the survey question with the following on the CSS tab:
/* Detractor Color */ ._pendo-nps-poll-0, ._pendo-nps-poll-1, ._pendo-nps-poll-2, ._pendo-nps-poll-3, ._pendo-nps-poll-4, ._pendo-nps-poll-5, ._pendo-nps-poll-6 { background-color: #E97451!important; }
/* Passive Color */ ._pendo-nps-poll-7, ._pendo-nps-poll-8 { background-color: #FFFF8F!important; }
/* Promoter Color */ ._pendo-nps-poll-9, ._pendo-nps-poll-10 { background-color: #AFE1AF!important; }
Thanks for providing this tip, Jim Rehmann!
Please sign in to leave a comment.