How to ad KLARNA payment icon at payment icons in footer Dawn theme

Topic summary

A Shopify store owner using the Dawn theme wants to add the Klarna payment icon to their footer’s payment icons section.

Official Limitation:

  • Klarna documentation confirms their logo isn’t automatically supported in theme footers, requiring custom code implementation.

Proposed Solution:
A contributor provided step-by-step instructions:

  • Navigate to Online Store > Themes > Actions > Edit code
  • Locate “footer.liquid” file and search for “list list-payment”
  • Add “klarna” to the end of the payment list array
  • Screenshots demonstrate the process and expected results (tested with Visa)

Current Issue:
The store owner found the “list payment-list” code but reports not seeing any enabled payment options in their file, suggesting their theme structure may differ slightly.

Alternative Approach:
A video tutorial link was shared showing how to configure payment icons through Shopify’s manual settings without code customization, which may be easier for non-technical users.

The discussion remains open as the original poster hasn’t confirmed whether either solution resolved their issue.

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

Hi!

Can someone explain to me how I can ad the Klarna payment icon at the payment icons in the footer from shopify Dawn theme?

My store link is: la-gentile.myshopify.com

Hi @lagentilestore ,

some related info at: https://docs.klarna.com/platform-solutions/shopify/payments/klarna-payments/known-constraints/#7-klarna-logo-is-not-supported-to-be-automatically-included-in-theme-footer

If this doesn’t help you, since it is at a high level, there are hopefully some contributors that can write code at the specific level for your store & theme, if still needed?

Hi @lagentilestore

Please follow these steps:

  1. From Shopify admin, select Online Store > Themes.

  2. Go to Actions > Edit code.

![view - 2022-12-28T141634.151.png|1891x940](upload://gnqBIzcqycLi7gAB4coGQZQWUqr.png)

3. You search “footer.liquid” => search “list list-payment”. You will see 2 lines of code circled in red like the image below. I think it’s the same as your theme. You just need to add “klarna” at the end of that list:

And here is our tested result (we tried to add the payment method by Visa)

I hope that it will work for you.

1 Like

Hi,

Thank you, I found list payment-list only I don’t see any enabled payment options..
Please see attached a print screen of what I see below the code.

Kind regards,

Els

Hi @lagentilestore

You can follow the instructions of this video, which can not need to customize the code if you are not too familiar with it.
https://help.shopify.com/en/manual/payments?shpxid=7b98d605-9343-4B48-5B9C-6CD6DB2AE3ED

I hope that it’s useful for you.