DAWN Theme Payment icons - Credit card (Visa, Mastercard) payment icons next to the current ones.

Topic summary

A store owner using the Dawn theme wants to add Visa and Mastercard icons to their footer alongside existing Afterpay and PayPal icons. The Dawn theme’s built-in payment options setting doesn’t display icons for their Eway credit card gateway.

Solution provided:

  • Access Online Store → Theme → Edit Code
  • Locate the footer.liquid file
  • Find the class footer__content-bottom-wrapper
  • Replace existing code with custom markup that includes additional payment method icons

Outcome:
The solution was accepted and the issue appears resolved. A code snippet and screenshot were provided showing how to manually add the credit card icons to the footer section.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hi all

I currently have afterpay and paypal icons in the footer of the Dawn theme.

I would like to add Visa and Mastercard. I spoke to a Shopify consultant but was advised that the Dawn theme only shows afterpay and paypal icons when you turn on “payment options” in the theme editor, but not the ones connected to my eway (credit card) payment gateway. Is there anyway for me to add these additional icons to the footer next to the current ones ?

Hi @ZenCrystalCo ,

Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?

Hi thank you for coming back to me.

The URL is https://c2yqii-fg.myshopify.com/

I dont have a password on the store.

Hi @ZenCrystalCo ,

Go to the Online Store, navigate to Theme, and select Edit Code. Search for the footer.liquid file and locate the class “footer__content-bottom-wrapper.” After that, delete and replace this class’s code with the code below.


      

      
  

    Payment methods
    

      
      - 

      
      - 

      
      

      - 

      - 
    

  

    

Thank you !