Hi,
When i click on projects, the catagories arent clickable, how do i solve this?
Thank you very much
Hi,
When i click on projects, the catagories arent clickable, how do i solve this?
Thank you very much
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:
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