Jump to content

German Law / Checkout Button

Recommended Posts

  • Replies 25
  • Created
  • Last Reply

Is it Step 5?alt textCan you take screenshot of that button?

If it is step 5. I think I can't order .... to check its code.

You can click "jetzt..." button > Inspect Element > take screenshot of all code, i will try checking. See how to: https://beaverhero.com/squarespace-how-to/#Method2Inspect_Element

screenshot-4.png.1ae1bbd713a20cd4401cb8ec4a336546.png

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

@beaudioful Try adding to Home > Design > Custom CSS


.ReviewSection-purchaseButton-1jKKj .u-field-button {
   visibility: hidden;
}
.ReviewSection-purchaseButton-1jKKj .u-field-button:after {
   visibility: visible;
   content: "Your New Checkout Text"
   font-size: 16px;
   color: #000;
   display: block;
}


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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

@beaudioful Try


[data-test="purchaseButton"] {
    visibility: hidden;
}
[data-test="purchaseButton"]:after {
    visibility: visible;
    content: "Your New Checkout Text"
    font-size: 16px;
    color: #000;
    display: block;
}


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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

@beaudioful try this


 [data-test="purchaseButton"] {
     visibility: hidden;
 }
[data-test="purchaseButton"]:after {
     visibility: visible;
     content: "Your New Checkout Text";
     font-size: 16px;
     color: #000;
     display: block;
 }


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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Thank you anyway! You tried. I really appreciated your help.Squarespace didn't do anything so far, nor got back to me. If say do not reply soon, I might have to change my provider. There are companies, which do allow to change the button texts etc., thus comply with German Laws.Again: THX to you!

Link to comment

@beaudioful try add important to after

content: "Your New Checkout Text" !important;

Or you can create a product that costs $1 and send me the link, I can check.

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

@beaudioful Try this. I thought the code worked, but it was white .... so you thought it didn't work


[data-test="purchaseButton"] {
   visibility: hidden;
}
[data-test="purchaseButton"]:after {
   visibility: visible;
   content: "New Text";
   display: block;
   background: #000;
   color: #fff;
   padding: 10px;
   width: 100%;
}



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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.