No, I haven’t found a solution yet. I have tried a number of options and
only 1 sort of worked but icon was huge compared to others and did not look
good at all
Topic summary
Adding Custom Payment Icons to Shopify Footer
The discussion focuses on adding payment method icons (primarily Afterpay) to Shopify store footers when they’re not included in default payment settings.
Core Method:
- Edit
footer.liquidin theme code - Add payment method name (e.g., ‘afterpay’) to the
payment_icons_availablestring - Upload icon image to Assets or Files
- Insert image code after the
{% endfor %}tag using:<li class="payment-icon"><img src="yourURL"/></li>
Common Challenges:
- Icon sizing issues: Many users report icons appearing too large, too small, or blurry compared to default icons
- Alignment problems: Icons often don’t align properly with existing payment icons
- Theme variations: Different themes (Brooklyn, Debut, etc.) have different code structures, making universal instructions difficult
Solutions Offered:
- Adjust sizing via CSS in
theme.scss.liquidusing specific selectors - Use percentage-based sizing (10-20%) for better scaling
- Upload PNG files at reduced sizes before adding to theme
- For newer themes: Use SVG format and reference Afterpay from Shopify’s payment method library
- Alternative: Contact Shopify support for assistance
Status: Discussion remains active with users sharing theme-specific workarounds. No single solution works universally across all Shopify themes.