Submenu Items Not Clickable - Question | JoomShaper

Submenu Items Not Clickable

Matt

Matt

Template 7 months ago

Using the finion template I set one of the dropdown menus to have 3 columns in the template settings.

For some reason they are not clickable and I can't work out why.

https://peri.nswd.dev/

The Research Area menu item.

I tried setting the parent item as a URL and Heading menu type, it didn't make a difference. It looks like the link is rendering in the HTML but it's just not clickable for some reason.

Hoping a second set of eyes will see the obvious that I'm missing.

1
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #132011

Hi Matt,

in Template Custom CSS area put that

#sp-menu .sp-megamenu-parent .item-header > a {
  pointer-events: auto;} 

O.O

I agree 4 eyes are better.

0
Matt
Matt
Accepted Answer
7 months ago #132048

Thanks Paul!

I fiddled with it for awhile and thought OK time to just ask. Have a great weekend!

0