Skip to content

Instantly share code, notes, and snippets.

@tpage99
Created September 27, 2022 17:35
Show Gist options
  • Save tpage99/f27f5abfcf1606dd671c626ee36447e4 to your computer and use it in GitHub Desktop.
Save tpage99/f27f5abfcf1606dd671c626ee36447e4 to your computer and use it in GitHub Desktop.
Use section ID as a unique identifier for settings related to reusable sections or blocks
<section id="shopify-section-{{ section.id }}">
<div class="custom-content">
<p>{{ section.settings.my_text }}</p>
</div>
</section>
<style>
#shopify-section-{{ section.id }} div.custom-content {
background-color: {{ section.settings.bg_color }};
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment