How can I remove the extra Paypal icon from my Dawn Theme footer?

Topic summary

A user encountered a duplicate PayPal icon appearing in their Dawn theme footer after Shopify support helped add new payment icons to the middle footer section. The extra icon was positioned at the bottom left of the footer.

Solution provided:

  • Add custom CSS code to the theme’s base.css file (located in Theme > Edit code > assets)
  • The CSS targets and hides the duplicate payment icon element

Outcome:

  • The CSS fix successfully removed the extra PayPal icon
  • Issue resolved

This appears to be a common bug when adding payment icons to Dawn theme footers.

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

Hi, I was assisted by shopify support in adding the new payment icons (middle footer). But somehow there is an annoying extra paypal icon on the bottom left of our footer section.

Hope you can help me

Its common bug i think. Its nothing scary.


https://otomedi.pl

Hi @guestbao

Could you share your store URL and the store password (if any)? then I can review it

Thank you!
https://baobaobabies.com/

hi @guestbao

Add this code at the bottom of Theme > Edit code > assets > base.css file to fix your issue

footer ~ .footer__payment {
    display: none;
}

Try it and let me know

It worked!!! Thank you !!!

@guestbao you are welcom