Cart 0

Customizations

Animated logo theme setting

To add animated logos to your theme settings, be sure to read these comments before preceding: This example is based on the launchpad theme individual themes will differ. ~(tilde) symbol = approximation Duplicate the published theme to work on that duplicated copy so there is a backup in case of ~bad things~ In the theme editor -> 'config' folder -> 'settings_schema.json' Look for(or use find, ctrl+f) the word  'logo' in code similar to this(launchpad theme code*): .... { "type": "checkbox", "id": "use_logo", "label": "Use a custom logo?" }, { "type": "image", "id": "logo.png", "label": "Shop logo", "max-width": 996, "max-height": 600, "info": "(should be...

Read more →