Jump to content

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

Recommended Posts

Posted

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 :)

  • Replies 15
  • Views 743
  • Created
  • Last Reply
Posted

@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!)

Posted

Fantastic link!  Thanks again :)

Are there other lists of custom codes around on this forum?

I found so many things in that list that solved other issues I have as well.

Posted

I would also like to translate the text written under the box where customers are supposed to write their first name and last name in "contact us" mail box.

By default it is written "first name" and "last name".

Posted

@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!)

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.