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>
0
0
Was this article helpful?
0 out of 0 found this helpful
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
- Remove "Skio Secured" element from Login page / Customer Portal
- Custom embedded block
- Customer Portal Settings
- Email Magic Links
- Customer Portal Walkthrough
- Account login page
Add comment
Please sign in to leave a comment.