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

Outline

Overview

This guide tells you how to remove the Skio Secured language from the Skio login page and customer portal.

Screenshot 2024-11-25 at 5.37.09 PM.png

How to edit theme code

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>