Replace monochrome methods of payment in Timber-based themes to colorful SVG icons


Open theme.liquid file in the online code editor.
Look for this code:
<li>
<span class="icon-fallback-text">
<span class="icon icon-{{type}}" aria-hidden="true"></span>
<span class="fallback-text">{{ type | replace: '_',' '}}</span>
</span>
</li>
Replace with:
<li>
<img width="50" height="31" src="{{ type | payment_type_img_url }}">
</li>