Forums
(@drwba)
1 year, 9 months ago
Thanks Tom the CSS works but I am still getting ‘Links are not crawlable’ on Lighthouse after reenabling the links.
This article states that “#” cant be resolved https://developers.google.com/search/docs/crawling-indexing/links-crawlable?visit_id=638115568483592497-740229787&rd=1
Can you think of a workaround?
Thanks for the reply Tom.
Do you know the custom CSS that would work?
I have tried the following but with no joy…
@media(min-width: 769px) {.mega-menu .sub-menu > li > a[href=”#”] {pointer-events: none;}}