Hi Gazzoo,
If you want to turn off background colour changes when move the mouse over “User1, User2, Top”, you need to delete some CSS source section in the template_css.css and light.css.
In the template_css.css file you delete this css source section:
.ja-spotlight:hover, .hover {
background: url(../images/spotlight-on-bg.gif) repeat-x bottom #3E3E3E;
color: #FFFFFF!important;
}
and in the light.css file you delete this css source section:
.ja-spotlight:hover, .hover {
background: url(../images/spotlight-on-bg.gif) repeat-x bottom #387CBF;
color: #FFFFFF!important;
}
🙂