I need to be able to make the background of the header consistent with the colours in the header. For example, where the portion of the header has white background, the area around the header also needs to have white background. Similarly for the turquoise portion on the right side.
If you click on the link in my earlier post, you will find the logo on the left and text on the right. The logo has white background whereas the text has turquoise background.
Where the white background meets the turquoise in the banner, I want the same to be reflected in the area around the banner too, so that the whole header looks like the banner background.
@Mowjee To make whole header looks like the banner background Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and replace the below CSS code for #branding if you have already. If not just paste the below CSS code:
#branding {
background-color: #27bdc9;
}
Now, Click on Save All Changes Button and Refresh your browser.