How do I update Answers Experience primary color?

How do I update Answers Experience primary color?

Hi Alyssa,

You can update the most used colors via variables in the static > answers-variables.scss file. Here you will be able to update variables, like some of the most commonly used ones listed below:

// variables from the Answers SDK
–yxt-color-brand-primary: #hex;
–yxt-color-brand-hover: #hex;
–yxt-color-brand-white: #hex;
–yxt-color-text-primary: #hex;
–yxt-color-text-secondary: #hex;

// theme specific variables
–hh-answers-background-color: #hex;

Thank you, Liz! That worked great.