For some reason, my header is no longer displaying correctly. In settings, the Logo Area background color is set to #333333; yet despite this, the header background is transparent.
Hey Trent,
Thanks for the login details, does your site have a URL as well?
Best regards,
Rikard
Hi,
Thanks for that. Does it make any difference if you deactivate all plugins?
Best regards,
Rikard
No, that didn’t help.
Hi Trent Dyrsmid,
The reason why it’s not showing properly is because of this CSS in your child theme’s style.css file:
header .header_bg{
background: transparent!important;
}
Removing it should help.
Best regards,
Nikko