Focus outline for more accessibility

Posted in: Newspaper
Post count: 6

Dear forum,
we want to make our websites more accessible. One critical issue is the navigation by keyboard.
However, on my website https://s-quin-magazin.de/ nothing was highlighted when I navigated by keyboard. It seems the focus outlines were suppressed.

I added some custom css in the theme panel:
*:focus-visible {
outline: 1px solid white;
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4b5dcc;
}

Now the menu, categoriesa and images have a nice shadow box. But unfortunately the headlines of the texts are not highlighted.

How can I change that?

Thank you!

Gunnar

Post count: 27744

Hello Gunnar,

Please use this code https://pastebin.com/3U6Eb6tA and try after.

Thank you!

Post count: 6

Hello Anamaria!

It works! Thanks a lot!!!

Lots of greetings
Gunnar

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