Hello! I have two questions if anyone could please help me? I’m using Dawn theme.
-
I want to add my payment icons (which are already present in my footer) to both under atc button in the product pages & checkout button in the cart page.
-
Is there any way I could actually find the file source images for those payment icons? I would also like to have them as PNG images.

1 Like
UPDATE:
I manged to add to the atc button via this code in here in main-product.liquid
but the problem is that they are not centered. How can I do that?
@Stefan222211
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
@KetanKumar
Do you have an email address or anyother way I could send the URL? I would not really like to make it public.
Thank you!
1 Like
@KetanKumar Just sent you a private message with my store URL
1 Like
@Stefan222211
yes i will check and let you now
1 Like
@Stefan222211
yes, pleaser try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.product__info-wrapper .list-payment {justify-content: center !important;max-width: 440px;}
1 Like
@KetanKumar Works wonders ! Thanks a lot!
And I i want to add those items to my cart page, could help me with that as well? I’d be really grateful
I managed to add it myslef within Sections → main-cart-footer.liqud under line 65, and it works fine!