All I’m really asking is for the white background on the header and top nag to be transparent. It’s an issue you specifically have addressed before on another support thread offering the code
#header-section {
background: rgba(255,255,255,0.1);
}
but this code hasn’t worked for me.
So it’s an issue you’ve been prepared to resolve in the past – but that thread never had a response from the OP so it was never actually resolved.
I see you guys offering lots of simple css support for stuff not “built into the theme”, and you’re always so helpful for such basic stuff… to be honest I’m a bit surprised that removing a background colour is too complicated!