I’m using the Dawn theme - the new Shopify free theme - and I want to update the payment icons in my footer.
Tried to follow this tutorial, by Shopify (that works for Debut, as an example), but it’s not working.
I suspect that the code that needs to be edited is the following one, in footer.liquid
{%- if section.settings.payment_enable -%}
{{ 'sections.footer.payment' | t }}
{%- for type in shop.enabled_payment_types -%}
- {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
{%- endfor -%}
{%- endif -%}