How can I create a custom color palette to use in survey question editor? | XM Community
Question

How can I create a custom color palette to use in survey question editor?

  • 18 May 2021
  • 1 reply
  • 75 views

Badge

Hi, I have created a custom theme in Qualtrics to match my company's color palette. I would also like to have certain text appear in a specific color for some questions throughout the survey--while not changing the theme for the whole survey. I change the text through the rich text editor, but every time I need to input the custom hex number because it doesn't show up in the font color options. Do you know if there is a way to add this permanently to the theme (or even to do it once when I enter the survey editor and have it appear again for other questions after doing it once)? Thank you!


1 reply

Userlevel 4
Badge +26

Hi,
I suggest using custom CSS class to achieve this. Create various color classes that you require in your template. Example:
.color1 { color: #002200}
.color2 { color: #112200}
And refer them in the text any where you require with respective class


I hope this is helpful.
All the best with your project!

Leave a Reply