In this video, I'll show you how you can create Mega Menus in Divi very easily. I'll show you 2 ways, to create it. One using a Plugin and one without using any Plugin.

Watch the Video here:

https://youtu.be/5pyrrluUeaI

Resources 👇

Download Mega Manu Layouts:

https://filedoge.com/download/216d5c33a79f29addbf9be97b6b0b54a1c63c4325a70a3de0ad36068f5317587a6e16a6076b9cbd59fc3

CSS Used in the Video:

.et_pb_menu .et-menu-nav > ul ul {

border-radius: 10px;

box-shadow: 0px 10px 30px #00000021;

padding:20px 10px;

}

.nav ul li a:hover {

background-color: #000;

opacity: 1;

color: #fff !important;

border-radius:5px;

}

.nav ul li a{

color:#000 !important;

}

.et-menu-nav li.mega-menu > ul > li > a:first-child:hover{

color:#000 !important;

}