Use this CSS ID to change/override color of background of header:
- Code: Select all
#gkTop { background: green; }
Replace "green" to any other color - you can use Hex colors:
Red ---> #ff0000
Grey ---> #999999
Yellow ---> #ffde00
etc. I think you know the basic of CSS.