Tagged: background, header
Hi,
I set the header background image in the styling settings but nothing happens in the frontend.
Although the preview is working in the settings.
Any idea how I can resolve this?
Thanks
Hi jawes,
Try the css change that Nick posted here: https://kriesi.at/support/topic/mega-menu-bug#post-108100
Regards,
Devin
hi Devin,
This solution is related to the megamenu background.
I am referring to the header background image setting which is not working.
Hi,
Nick’s solution does work. Select a background image on the Theme Options > Styling > Header tab then add this on your custom.css or Quick CSS.
.header_color .header_bg {
background-color:initial;
}
Regards,
Ismael
Hi Ismael,
Yep it works!
Thank you for the instructions.