Black border shown when pressed Button

Assuming you want the code to affect all pages on the site, you’ll want to include it in the Project Settings > Custom Code > Head Code within <style> tags:

<style>
*:focus { outline: none; }
</style>
1 Like