Hi
I am developing a site which shows blue outlines on some page elements on click - see attached image of the slideshow.
Only happens in Safari, not in Chrome.
I have dug around in the code and it seems to be something to do with a protocol called Aria for screenreaders.
Does anyone know how to disable this?
Thanks
@nextnorth
store url and please share issue images
Hi Ketan
https://asianartgallery.myshopify.com
pw tweamu
Screenshot below - the blue marquee comes up when you click on the slider and items in the dropdown menus.
Thanks in advance for looking at this.
@nextnorth
We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?
It only happens in Safari on a Mac. Not an issue in Chrome. I’m pretty sure it is something to do with accessibility or screen-reading settings in Safari itself but I can’t find out how to switch it off.
It would be good to fix though if anyone your side can help.
@nextnorth
yes please try this code
add this code css bottom of the file
*:focus {
outline: none;
}
That worked. Thanks so much! Spent hours trying to solve this.
@nextnorth
its my pleasure to help us