(Squarespace) How to remove Lock icon in Lock Screen

To remove Lock icon in Lock Screen.

You can use this code to Code Injection > Footer
If code doesn’t work, you can comment below, message or email me.

<style>
  span.icon-wrapper {
      display: none !important;
  }
</style>

Result

1 Like