Moving Afterpay Logo on product page

paigetoken
Tourist
4 0 1

Hello,

I would like to move the "after pay" logo and text under "more payment options" on all my product pages. My website url is https://tokenjewelry.com/

 

Thanks!

Replies 2 (2)
Moeed
Shopify Partner
2365 595 712

Hey @paigetoken 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

 

<style>
@media (min-width: 1024px) {
.afterpay-logo.compact-badge svg, .afterpay-logo.compact-badge {
    margin-bottom: -350px;
    margin-right: -20px;
}
}
</style>

 

Moeed_0-1686330105325.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
paigetoken
Tourist
4 0 1

Hi Moeed, I have tried placing this code in multiple places and it is not changing it. Could you send me what specific line it should be placed?

 

Thanks for the quick response!