Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Created October 25, 2019 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopifypartners/2a5baf26520bc67b7bb11219e8534776 to your computer and use it in GitHub Desktop.
Save shopifypartners/2a5baf26520bc67b7bb11219e8534776 to your computer and use it in GitHub Desktop.
How to Create a Customizable Announcement Bar Section
{%- if section.settings.link == blank -%}
<div class="announcement-bar">
{%- else -%}
<a href="{{ section.settings.link }}" >
{%- endif -%}
<p class="announcement-bar__message">{{ section.settings.text | escape }}</p>
{%- if section.settings.link == blank -%}
</div>
{%- else -%}
</a>
{%- endif -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment