How can I insert images in the mega menu of the Dawn theme?

hi, i would like to know how to put images in this mega mega section.

thanks for the support :slightly_smiling_face:

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;
}