I need to remove the focus outline that appears once an anchor link has been clicked. My link is a text link, so no button issue here. I know the benefits that outline provides to visually impaired users and UX, but my client is not interested in them. How do I remove them? For example, when the “SEE MORE” link is clicked a blue outline (similar to a “border”) quickly appears & disappears…
Here’s the url.
Here’s the code I tried to remove the outline:
a { outline: 0; }
Thank you in advance.
See More
" – designer_newbie Dec 03 '20 at 15:24