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
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:
base.css file (located in Theme > Edit code > assets)Outcome:
This appears to be a common bug when adding payment icons to Dawn theme footers.
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
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