supernethost
Hi
You need to change the color from the color tab, each block has different style.
The main nav color is defined in template.css file and need to be override by custom.css file
Add this code in /css/custom.css file
.t3-header {
background: #000;
}
Change the color code as per needs.
Regards