hi, i would like to know how to put images in this mega mega section.
thanks for the support ![]()
website URL: https://drip-graffiti.com/
hi, i would like to know how to put images in this mega mega section.
thanks for the support ![]()
website URL: https://drip-graffiti.com/
@stra10 Please go to assets/component-mega-menu.css and paste the below css at the bottom of the file.
.mega-menu[open] .mega-menu__content
{
background-image: url(“image.jpg”);
background-repeat: no-repeat, repeat;
}