Giora Posted June 28, 2021 Share Posted June 28, 2021 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! Link to comment
tuanphan Posted June 30, 2021 Share Posted June 30, 2021 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! 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 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
Giora Posted July 2, 2021 Author Share Posted July 2, 2021 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? Link to comment
tuanphan Posted July 3, 2021 Share Posted July 3, 2021 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 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
Giora Posted July 3, 2021 Author Share Posted July 3, 2021 Thank you @tuanphan! You are a saver! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment