How do I edit the black button "Buy it now" to "Köp nu", so it looks exactly the same as the other?

How do I edit the black button "Buy it now" to "Köp nu", so it looks exactly the same as the other?

Williamtommy
Excursionist
22 0 10

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 

 

Skärmavbild 2025-04-21 kl. 18.09.46.pngSkärmavbild 2025-04-21 kl. 18.12.17.png

 

 

Reply 1 (1)

CodingFifty
Shopify Partner
919 138 165

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>
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com