Have your say in Community Polls: What was/is your greatest motivation to start your own business?

change Buy it now button to Quick Buy

change Buy it now button to Quick Buy

RivaajEthnic
Excursionist
35 1 2

I want to change Buy it now button to Quick Buy. How can i change text in the below page

 

https://www.rivaajethnic.com/products/dress

Replies 2 (2)

DaisyVo
Shopify Partner
902 113 130

Hi @RivaajEthnic 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. 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 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
RivaajEthnic
Excursionist
35 1 2

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"