Alternating Primary Color for Header Dependening On Current Page | XM Community
Skip to main content

Is it possible to have the header’s primary color vary depending on the current page the user is on?

For example, on page 1 the header could be red, on page 2 the header could be blue, and so on.

One of the way is to use below CSS in one of the question HTML of the page:

<style>

.Skin #Header{
color:red;
}

</style>

 


Awesome, thanks! Where I would inesrt the CSS? Would it be underneath the page’s javascript?


Awesome, thanks! Where I would inesrt the CSS? Would it be underneath the page’s javascript?

In the HTML view of question text.


Leave a Reply