Hello @lenavigateur,
The outline is not an issue. It’s an accessibility requirement (we’re required to use it). But you can disable it on your end with custom CSS. To remove the outline, please add the following CSS code in the Custom CSS area in the Customizer:
a:focus {
outline: 0px !important;
outline: none !important;
}
Please read this link about the CSS code on the Customizer:
https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website
For more information about Accessibility, please read this article: https://developer.mozilla.org/en-US/docs/Web/Accessibility.
Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes.
Best Regards