New Landing How can we help? Themeforest Theme Support Dante Transparent mega menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #53065
    chrisallard
    Member
    Post count: 5

    Hi,
    Is there a way to make the mega menu transparent and have solid column headers?
    I’ve managed to change the colour of the column (while the headers stay white) by using this css

    nav.mega-menu li .mega .sub .sub-menu {
    background-color:#ffffff;
    filter:alpha(opacity=60);
    opacity:0.6;
    }

    However what this seems to do is just affect the opacity of the lettering and not do anything to the background.
    Any suggestions?

    Thank you
    Chris

    #53340
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yo would need to apply the opacity to the background only by using:

    background-color: rgba(225,225,225,0.60);

    Let me know if this works

    – Kyle

    #53736
    chrisallard
    Member
    Post count: 5

    Hi Kyle,
    Thanks for the help, but unfortunately it did not work.
    All it did was change the menu to grey now. I’ve included a screenshot.

    c

    #53830
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry it’s 255. You must have added it to the wrong thing,

    nav .menu ul.sub-menu {
      background-color: rgba(255,255,255,0.6);
    }

    – Kyle

    #54148
    chrisallard
    Member
    Post count: 5

    Works like a charm. Thank you so much.
    Is there an easy way to change the background colour of the column headers in the mega menu?

    #54286
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    There will be, but as there is no column headers on our demo I can not discover the css without seeing your website.

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register