How can I personalize image sizes in the Dawn theme mega menu?

hi, i would like to know how to change and personalize the size of the images in the mega menu

thanks for the support :slightly_smiling_face:

have a good day

website URL: https://drip-graffiti.com/

Hi @stra10

You can change it from your Online store > Themes > Edit code > Assets > open base.css file and change image link in those lines of code

hi, i just want to change the size , because when i upload the image , it remains cut

Please add this code at the bottom of your base.css file

@media screen and (min-width: 767px) {
#MegaMenu-Content-2 li:before {
    background-size: contain !important;
    background-position: center;
}
}