Hey there realtime220,
How are you doing today?
You should be able to achieve this with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.header-background {
background: transparent;
}
This will remove the background color from the header on your site, if you want to remove the background from navigation as well please add this too:
nav#site-navigation {
background: transparent;
}
Hope this helps 🙂
Best regards,
Bojan
Thanks for helping out, Bojan!
realtime220 – since you’re already running Jetpack there’s no need to install another plugin – you can just activate its Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
Let us know how it goes!
many thanks for your effort.