Do you want to add a mega menu image like the pages mega menu in the demo site, then kindly follow the below steps.
How to add a image
Get into Admin Panel > Appearance > Menu > under the parent menu add a css class “megamenu-bgimage” .
How to change the image
Get into Admin Panel > Appearance > Cleaning Options > Integration > Custom CSS > Enable Custom CSS > Yes > Pasted the below css code inside the text area > Save All.
.megamenu-bgimage .megamenu-child-container {
background-image: url(http://wedesignthemes.com/themes/dt-cleaning/wp-content/themes/cleaning/images/mega-menu-image.jpg);
}
Note : You can change the image URL as per your need.
Leave A Comment?