new bug !
when i upload “custom background image” to header, mega menu background color is converting to transparent.
( v1.3.1)
Hi master-t,
I’ve tagged the topic for Kriesi as I do see some issues with the header background and the color settings for it that don’t have consistent behavior.
If you can provide a link to your site, we can provide some css to fix it in the mean time while Kriesi works on a fix.
Regards,
Devin
hi,
i’m working in localHost. but i’m waiting for fix.
thank you.
Hi,
Please make sure you install the recent theme update since lots of functionality is now even better.
Please add this to you css
.header_color .header_bg {
background-color:initial;
}
If you have a custom background image, this css will make the image show up. I don’t see transparency in the drop down menus right now. However there is a transparent bg color in play also though i don’t see on my end any difference one way or another changing it. You can change the last 0 to 100 to make transparent black become fully visible, and tell us the results. Though try this as a separate test from the one above
#header {
background-color: rgba(0, 0, 0, 0);
}
Thanks,
Nick
thank you :)