How to make a mega menu with an image non-clickable

Hi, could I ask if anyone knows how to make a mega menu with an image that is unclickable? Without the image it would be easy, and I would use “#” but if I do this, the image from the collection won’t be there, so I can’t do it this way.

I use the Impulse theme.

Try adding this CSS code to your theme:

.hero__slide-link {
   pointer-events: none;
}

I try it, but it’s doesnt work