Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #190661

    How can I give the MegaMenu a transparent background?
    thank you.

    #190987

    Hey tjcameron!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header .avia_mega_div { background-color: transparent!important; }

    Cheers!
    Yigit

    • This reply was modified 10 years, 12 months ago by Yigit.
    #191255

    didn’t seem to work… http://tjcameron.net/tennis/

    #191263

    Hey!

    I have updated the code in my previous post. Please try it now

    Best regards,
    Yigit

    #191273

    still no luck. also, how can i change font size within the mega menu?

    #191590

    Hey!

    Would you mind creating a temporary admin login and posting it here privately so i can take a look?
    You can add following code to Quick CSS section

    #top .main_menu .menu li ul a { font-size: 14px; }

    Best regards,
    Yigit

    #191651

    tranparency:
    #top #header .avia_mega_div > .sub-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 2px;
    display: table;
    padding: 20px 30px 30px;
    }

    #191659
    This reply has been marked as private.
    #191665

    Hi!

    Login does not work :/
    Please add following code to Quick CSS and adjust as well

    #header .mega_menu_title { font-size: 28px; }

    Best regards,
    Yigit

    #191670
    This reply has been marked as private.
    #191758

    Hey!

    Please try this on your custom.css or Quick CSS to make it transparent:

    .header_color .avia_mega_div ul.sub-menu {
    background-color: rgba(255,255,255,0.3);
    }

    You can change the color of the mega menu title using this:

    #top #header .mega_menu_title a {
    color: blue;
    }

    Regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Transparent MegaMenu’ is closed to new replies.