Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22527

    new bug !

    when i upload “custom background image” to header, mega menu background color is converting to transparent.

    ( v1.3.1)

    #116089

    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

    #116090

    hi,

    i’m working in localHost. but i’m waiting for fix.

    thank you.

    #116091

    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

    #116092

    thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘mega menu bug’ is closed to new replies.