Re: Klarna logo in footer not showing

Solved

Why is the Klarna icon not appearing in my online store's footer?

antonioletelier
Tourist
12 0 1

Hi,

We have just set-up our online store and need some help with placing the klarna (payment provider) logo in the footer besides the other payments icon. Since we know that the app does not add that automatically.... Any solution out there for this?

 

URL: www.hans-hennes.com

Accepted Solutions (2)
Lucid_Polygon
Shopify Partner
349 63 92

This is an accepted solution.

You can manually add it by a small code change.

Go to:

Online Store > Themes > Actions > Edit code > footer.liquid

and add the following line

<li class="list-payment__item">
    <img src="https://hejstadjurbutik.online/wp-content/uploads/2019/11/klarna-logo.jpg" width="80" />
</li>

 

Currently I have copied the link of logo from internet. But you can download a nice logo for the provider and uplaod it in Shopify and then use it. (How to upload file to Shopify and get link).

 

You can adjust the width property to go with other logos.

 

Attaching a screenshot of coding page and the result. Screen Shot 2022-10-18 at 7.57.31 PM.pngScreen Shot 2022-10-18 at 7.51.06 PM.png

 

 

If you have found this answer helpful please like and mark the question as solved. Thanks.

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution

View solution in original post

Lucid_Polygon
Shopify Partner
349 63 92

This is an accepted solution.

As I see it you have put the code outside the <ul>. You have to move it slightly up along with other list items. It has to be before </ul>. Attaching your code screenshot and the Screen Shot 2022-10-19 at 8.20.18 AM.pngScreen Shot 2022-10-19 at 8.19.08 AM.pngcorrect code screenshot. 

 

If you have found the answer helpful, please like my replies.

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution

View solution in original post

Replies 9 (9)

Lucid_Polygon
Shopify Partner
349 63 92

Where do you want the logo? And what's klarna? 

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution
antonioletelier
Tourist
12 0 1

@Lucid_Polygon Klarna is a payment provider. And I want the logo in the footer.

 

Lucid_Polygon
Shopify Partner
349 63 92

This is an accepted solution.

You can manually add it by a small code change.

Go to:

Online Store > Themes > Actions > Edit code > footer.liquid

and add the following line

<li class="list-payment__item">
    <img src="https://hejstadjurbutik.online/wp-content/uploads/2019/11/klarna-logo.jpg" width="80" />
</li>

 

Currently I have copied the link of logo from internet. But you can download a nice logo for the provider and uplaod it in Shopify and then use it. (How to upload file to Shopify and get link).

 

You can adjust the width property to go with other logos.

 

Attaching a screenshot of coding page and the result. Screen Shot 2022-10-18 at 7.57.31 PM.pngScreen Shot 2022-10-18 at 7.51.06 PM.png

 

 

If you have found this answer helpful please like and mark the question as solved. Thanks.

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution
antonioletelier
Tourist
12 0 1

Thank you, it worked!

Now, how do I get it aligned with the other payment icons?  😄 

Store: www.hans-hennes.com

Lucid_Polygon
Shopify Partner
349 63 92

This is an accepted solution.

As I see it you have put the code outside the <ul>. You have to move it slightly up along with other list items. It has to be before </ul>. Attaching your code screenshot and the Screen Shot 2022-10-19 at 8.20.18 AM.pngScreen Shot 2022-10-19 at 8.19.08 AM.pngcorrect code screenshot. 

 

If you have found the answer helpful, please like my replies.

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution
didrikwasson
Visitor
2 0 0

Hi Lucid. I have the same issue for my website, whereas I cannot align the klarna and vipps with the rest of my payement providers in footer. My coding looks completely different so I don’t know where the code is supposed to be put in. 

my website is www.southwaythrills.com

password for website is: twowts

Lucid_Polygon
Shopify Partner
349 63 92

@didrikwasson Please open a new thread and tag me in it.  I'll have a look.  🙂 

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution
03332207652
Visitor
1 0 0

<li class="list-payment__item">
<img src="https://hejstadjurbutik.online/wp-content/uploads/2019/11/klarna-logo.jpg" width="80" />
</li>

Juhi2503
Visitor
1 0 0

Hey @Lucid_Polygon 

 

I tried to add this code into "footer.liquid" as you instructed, but the icon is appearing beneath the other payment icons.  How can i make sure they're in the same line along the bottom of the footer? 

 

Thanks 

 

Juhi