Jump to content

Adding text UNDER checkout button

Recommended Posts

Site URL: http://www.gioraschmidt.com/shop

Hi there,

In the beginnings of setting up commerce on my site and looking to make some final customizations, tweaks.
Was hoping ya'll could help me with this one...
Is it possible somehow (via css customization) to write UNDER the checkout button as shown in the attached image.

I want to include an addendum of sorts to let my customers know eta for delivery due to handcrafted nature of our products.

Most grateful for any assistance here, thank you! 
 

Screen Shot 2021-06-28 at 2.17.33 PM.png

Link to comment
  • Replies 4
  • Views 492
  • Created
  • Last Reply

Top Posters In This Topic

On 6/29/2021 at 1:26 AM, Giora said:

Site URL: http://www.gioraschmidt.com/shop

Hi there,

In the beginnings of setting up commerce on my site and looking to make some final customizations, tweaks.
Was hoping ya'll could help me with this one...
Is it possible somehow (via css customization) to write UNDER the checkout button as shown in the attached image.

I want to include an addendum of sorts to let my customers know eta for delivery due to handcrafted nature of our products.

Most grateful for any assistance here, thank you! 
 

Screen Shot 2021-06-28 at 2.17.33 PM.png

Add to Design > Custom CSS

/* add text under checkout button */
.checkout:after {
    content: "All products are...";
    display: block;
    color: red;
}

 

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
On 6/30/2021 at 3:01 AM, tuanphan said:

Add to Design > Custom CSS

/* add text under checkout button */
.checkout:after {
    content: "All products are...";
    display: block;
    color: red;
}

 

Thanks for this @tuanphan! To take a step further.... Could you help with alignment? On Mobile it looks good, however on desktop browser it's too spread out. Is there a way to restrict the margin for desktop only so that it appears more similarly to mobile?

Screen Shot 2021-07-02 at 5.58.31 PM.png

IMG_2784.PNG

Link to comment

Use this code

.checkout:after {
    content: "All products are handcrafted and will ship upon completion within 2-4 weeks. Please contact us with any questions or to do a stock check prior to ordering.";
    display: block;
    color: red;
    font-size: .8em;
    max-width: 400px;
    margin-left: auto;
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.