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

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

  • May 18, 2021
  • 1 reply
  • 130 views

Forum|alt.badge.img

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

cbhavsar
QPN Level 4 ●●●●
Forum|alt.badge.img+29
  • QPN Level 4 ●●●●
  • June 7, 2021

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!