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>
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>