Hi,
I have a site built with Pro. The client I built the site for is blind. When he parses the site with his screen reader, the mobile menu is not being detected. When I inspected the code I can see that there is an ‘aria-hidden: true’ declaration on the toggle. My question is where is that code coming from so I can change it to aria-hidden: false?
Thanks,
Dallas
Update: I found the code in framework -> views -> partials - anchor.php
I changed aria-hidden=“true” to aria-hidden=“false”
However, the screen reader skips over the toggle when using the tab key to change focus.
The same issue exists with the search icon as well.



