CSS code from theme vs. custom CSS code in survey | XM Community
Skip to main content

In QUaltrics, one can create a survey theme to be used in surveys. Themes can be built by using CSS code.

 

However, when I go into my survey and select a theme, I would still have the option to add additional/other CSS code.

 

My question is, which of the CSS codes takes precedence? The one from the theme or the one directly added in the survey?

Hi,

style tag in the question’s html > theme’s css > survey’s css (assuming there’s no !important anywhere).


So in case there is no !important tag (or both, the theme and the survey) use !important, the theme would take precedence over the survey settings?

 

Thanks!

 


That’s correct.


Leave a Reply