Hi Kriesi Team,
Lighthouse in Chrome DevTools reports the following error:
Links do not have a discernible name
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users.
How can we fix this issue?
Thanks for your support.
BR
Thilo
Hey ThiloKiefer,
The “Menu” text is hidden by default. If you want to display it back, use the following css code.
.av-hamburger strong {
display: block;
}
OR just ignore the lighthouse warning.
Best regards,
Ismael
Hi Ismael,
works perfect for me. ThanX.
No Lighthouse Error for this topic any more :-).
BR
Thilo
The forum ‘Avisio’ is closed to new topics and replies.