How do I add Klarna payment icon in the footer?

You need to add some code to solve this.

Follow this steps:

  1. Go to Online Store > Themes > Edit Code

  2. Search for “footer.liquid” file

  3. Find the payments container, you should be able to find it by using the built in search (CTRL +F on WIndows) and search for “footer__payment”

  4. Add the following code before the closing “” tag.

- 

It should look like in the image below

Let me know if something is unclear or you get stuck.