Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › Change Header Colour › Reply To: Change Header Colour June 10, 2015 at 10:21 am #3122 Robert KavgićParticipant Hello, To change the header background color, add the following CSS code to style.css: .header-inner { background: orange; } You don’t need to apply the menu color once you add the above code. Robert