Remove Shopify Credits
If you want to remove the Shopify credits added in the footer section in Kingdom, Split and Highlight theme, just add the following custom CSS code at the end of the theme's main stylesheet: assets/theme.css:
.powered-by-shopify { display: none !important; }
In case you are using an older version of our Split theme (before 3.0), please use this CSS code:
.site-copyright span:last-child, .powered { display: none; }