Jump to content

I would like to change the "CHECK OUT" button (indigo template)

Recommended Posts

Hi everyone!

I would like to change the "CHECK OUT" button (indigo template), and have it translated to Norwegian.

But the mentioned button is locked by default to English.

Anyone here knows how to custom code that button, so that I can have it written in Norwegian?

Greetings from Norway :)

Link to comment
  • Replies 15
  • Views 689
  • Created
  • Last Reply

@Daniel19 Add to HOME > DESIGN > CUSTOM CSS


.checkout-button span {
   visibility: hidden;
}
.checkout-button span:after {
   visibility: visible;
   content: "New Checkout Text";
   margin-left: -80px;
}

Reference: https://beaverhero.com/indigo-template-squarespace/#TranslateCheckOut

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

@Daniel19


.form-wrapper .field-list .field .caption .field-element {
   visibility: visible;
}
.form-wrapper .field-list .field .caption {
   visibility: hidden;
}
.field.first-name .caption:after {
   visibility: visible;
   content: "abc";
   display: table;
}
.field.last-name .caption:after {
   visibility: visible;
   content: "tuan";
   display: table;
}

Referrence: https://beaverhero.com/indigo-template-squarespace/#TranslateFirstNameLastName

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.