Remove "Skio Secured" element from Login page / Customer Portal Remove "Skio Secured" element from Login page / Customer Portal

Remove "Skio Secured" element from Login page / Customer Portal

The following code can be added above the "</head>" tag in your theme codebase's "layout/theme.liquid" file to remove the "Skio Secured" element from the Skio Login and Customer Portal:

<style>
#__next a[href="https://skio.com"] {
display: none !important;
}
</style>

Add comment

Please sign in to leave a comment.