Hi Kevin
In your templates stypes.php (../templates/j51_letterpress/php/styles.php) locate the following (line 276)...
/* Header Color */
#container_header, #container_spacer2 .wrapper960, .slicknav_btn {
background-color: <?php echo $elementcolor8; ?> !important;
}
And replace with...
/* Header Color */
#container_spacer2 .wrapper960, .slicknav_btn {
background-color: <?php echo $elementcolor8; ?> !important;
}
The above CSS should then work without issue.
Ciarán