Created
September 27, 2022 17:35
-
-
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
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
| <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