All things Shopify and commerce
How do I edit the black button "Buy it now" to "Köp nu", so it looks exactly the same as KidsOneStore?
My website: https://kryddsortimentet.se/products/smaklokens-grillmastare-presentset
Password: Krydda123
KidsOneStore: https://kidsonestore.se/products/lundby-dockset-nikki
Hi @Williamtommy,
Go to your Shopify Admin Panel.
Navigate to Online Store → Themes.
Click on Edit Code (not Customize).
Open the theme.liquid file (found inside the Layout folder).
Scroll down and paste the code just before the </head> tag:
<style> .shopify-payment-button__button::after { content: "Köp nu"; color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .shopify-payment-button__button { color: transparent !important; /* Hide original text */ position: relative; } </style>
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025