Last active
February 5, 2020 13:02
-
-
Save atikju/b4ff1aca612fe0ebea33a7c5901bdd44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Reach author at [email protected] for any queries! | |
| {% endcomment %} | |
| <div class="devTopbar center"> | |
| <p>{{ section.settings.dev-top }}</p> | |
| </div> | |
| <style> | |
| .devTopbar.center p { | |
| color: #fff; | |
| font-size: 18px; | |
| padding-top: 5px; | |
| padding-bottom: 7px; | |
| text-transform: uppercase; | |
| } | |
| .devTopbar.center { | |
| text-align: center; | |
| background: black; | |
| } | |
| </style> | |
| {% schema %} | |
| { | |
| "name": "Top Bar", | |
| "settings": [ | |
| { | |
| "id": "dev-top", | |
| "type": "text", | |
| "label": "Top Bar Text", | |
| "default": "CONGRATS... YOU'VE GOT YOURSELF FREE SHIPPING!" | |
| } | |
| ], | |
| "presets": [ | |
| { | |
| "category": "Text", | |
| "name": "Top Bar" | |
| } | |
| ] | |
| } | |
| {% endschema %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment