I want to change Buy it now button to Quick Buy. How can i change text in the below page
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
body.template-product product-form.productView-form.product-form .productView-group > .productView-groupBottom .shopify-payment-button shopify-buy-it-now-button button::after {
content: "Quick Buy";
font-size: 14px !important;
}
body.template-product product-form.productView-form.product-form .productView-group > .productView-groupBottom .shopify-payment-button shopify-buy-it-now-button button {
font-size: 0 !important;
}
Here is the result: https://prnt.sc/K3AGykr2qOe4
I hope this helps
Best,
Daisy
hi Daisy,
Thanks you very much for your reply. It works and I see it changes buy it now to quick now. However I am unable to publish the changes and getting below error. Any workaround for this?
“online store editor session can’t be published”