Outline
Overview
This guide tells you how to remove the Skio Secured language from the Skio login page and customer portal.
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>
Articles in this section
- Rendering the Skio Login / Customer Portal in an iFrame
- Getting Started with Translations in Skio
- Backup Payment Methods
- Updating and Adding Credit Card in the Customer Portal
- Remove "Skio Secured" element from Login page / Customer Portal
- Custom embedded block
- Customer Portal Settings
- Email Magic Links
- Customer Portal Walkthrough
- Account login page