Skip to content

Instantly share code, notes, and snippets.

@atikju
Last active February 5, 2020 13:02
Show Gist options
  • Save atikju/b4ff1aca612fe0ebea33a7c5901bdd44 to your computer and use it in GitHub Desktop.
Save atikju/b4ff1aca612fe0ebea33a7c5901bdd44 to your computer and use it in GitHub Desktop.
{% 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