I have found how to add a custom css to change the colour behind the header but I only want this to change behind the site title and tagline.
Additionally I would like to centre the site title and tagline.
Thanks
Hi Sgeorge,
You have to set the background color for menu bar too. To set the color for both header and menu use the custom css below.
#branding { background-color: #fff; } #access { background-color: #fff; }
Replace above HEX color code #fff to your own HEX color code.
Thank you!