erich37
Well-known member
how do I change the background-color of "xenForm" at the "Register-page" without affecting any changes to the Login-Dropdown in the header ?
I have used something like this, but it does not work:
I have also tried applying a background-color using the "ACP > Style Properties > Forms > Control Unit"
but it does not change the background-color of "xenForm".
Could you please give me a hint ?
Many thanks!
I have used something like this, but it does not work:
Code:
.xenForm .xenForm AutoValidator {
background: #FFCC33;
}
Code:
.xenForm .AutoValidator {
background: #FFCC33;
}
I have also tried applying a background-color using the "ACP > Style Properties > Forms > Control Unit"
but it does not change the background-color of "xenForm".
Could you please give me a hint ?
Many thanks!