Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Created October 25, 2019 15:24
Show Gist options
  • Select an option

  • Save shopifypartners/f6101f006b60a7ad8c32d51e21985ec0 to your computer and use it in GitHub Desktop.

Select an option

Save shopifypartners/f6101f006b60a7ad8c32d51e21985ec0 to your computer and use it in GitHub Desktop.
How to Create a Customizable Announcement Bar Section
{%- if section.settings.show_announcement -%}
{%- if section.settings.home_page_only == false or template.name == 'index' -%}
<div class="announcement-bar">
<p class="announcement-bar__message"></p>
</div>
{%- endif -%}
{%- endif -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment