On the site’s inner pages I want the header background colour to be Black – but whatever I do it never changes…
Can you help
Any news on this – I need to keep the home page as a transparent header, but have the inner pages header #000000
Any idea?
Hi,
I just loaded your page and I can see it fine, have you fixed it?
Best regards,
Basilis
If I add
.av_minimal_header #header_main, .av_minimal_header #header_meta {
border: none;
background: #000000;
}
I lose the home page transparent header which I want to keep :-(
Hi,
After that code you added, add the following
.page-id-544 .av_minimal_header #header_main, .av_minimal_header #header_meta {
border: none;
background: transparent !important;
}
let me know if that would work properly.
Thank you!
Best regards,
Basilis