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.
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.