How do I change top header background color

You may please add following in your style.css

.l-subheader.at_top {
    background: gold !important;
    color: #000!important;
}

Please check it and let me know if it working thanks.