Header style 4 – top menu links cannot be clicked

Posted in: Newsmag
Post count: 47

please check here, it happens since when we switched to header style 4.
http://www.calcioefinanza.it

Post count: 20688

Hi,

There seems to be a pointer condition set with CSS, that is affecting the top bar menu
https://www.screencast.com/t/HYaIlVbMx2
If that code is required and cannot be removed, enter this one to make the top menu clickable again

.td-top-menu-full {
pointer-events: auto;
}

Thanks

Post count: 47

Thank you. Solved.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.