I added the following code to improve accessibility on https://lunchticket.org/, but I can’t get an outline to show on the header logo — do you know how I might get that to show? Thanks!
a:focus-visible {
outline: 3px #000 solid;
}
it is because of this rule from layout.css –
outline is as the name indicates outside the container.
.logo, .logo a {
overflow: hidden;
position: relative;
display: block;
height: 100%;
}
change the overflow to visible
btw. did you test the One Click Accessibility Plugin. Enfold supports it by default.
Ah, sweet, thank you! I had tried that, but only with .logo a — I missed just the .logo — now that I’ve added the .logo it works! Thanks again!
Hi,
Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
All good and free to close — thanks again.
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard