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

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

Quezy
New Member
7 0 0

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.

 

Snímek obrazovky 2024-02-04 174133.png

Replies 2 (2)

alexdaro
Shopify Partner
55 5 10

Try adding this CSS code to your theme:

 

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

 

Alex Daro | Founder/Developer Theme Scheduler Pro
Looking to schedule your Shopify Theme?
Use Theme Scheduler Pro
Quezy
New Member
7 0 0

I try it, but it's doesnt work