Hello Adapters,
I'm hoping someone could explain how to turn off link outlines. I figured this had to be done in CSS, so I input the following into my additional CSS box:
a {
outline: 0;
}
However, this has had no effect and I'm still seeing dotted outlines.
I'm sure this is intended for accessibility reasons, but is there anyway to alter/disable this feature?
Thanks
Sam