Hi Skandha,
No that does not fix it; but helped point me in the right direction.
The color is fine on the main page, it’s additional pages:
http://dev.tricord.net.au/ – header is blue (that is what I want)
http://dev.tricord.net.au/services/ – header is black (not what I want)
However I figured it out it is to add this custom CSS
.header-bg #masthead {
background-color: #003C4C;
}
This is the CSS for the Read More button color as it is not an option
#promotion-message .right a, #hero-section .readmore a {
background-color: #CE7C4E;
border: 2px solid #CE7C4E;
}