Why aren't the categories clickable in my Dawn submenu?

Hi,

When i click on projects, the catagories arent clickable, how do i solve this?

Thank you very much

https://i01r1u4ijbhglx79-61803987143.shopifypreview.com

What theme you’re using? and please attach some screenshots explaining your issue.

Hi @JosephineJ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file component-mega-menu.css

Step 3: Paste the below code at bottom of the file → Save

#site-header .mega-menu__link--level-2{
pointer-events: auto !important;
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Hello @JosephineJ ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hi @JosephineJ,

please follow this steps so it helpful to you:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste below code at bottom of the file and Save the file

.mega-menu__link–level-2 {
pointer-events: unset !important;
}

please us know if helpful

Thanks