In your css file find this code and adjust the color to what you want:
Code:
.leftBoxHeading, .centerBoxHeading {
margin: 0em;
background-color: #990000;
padding: 0.5em 0.2em;
}
and if you want to style individually separate the 2 items as such and adjust individually:
Code:
.leftBoxHeading {
margin: 0em;
background-color: #990000;
padding: 0.5em 0.2em;
}
.centerBoxHeading {
margin: 0em;
background-color: #000000;
padding: 0.5em 0.2em;
}
Do this in the css located in your template folder "solarchart"