change Buy it now button to Quick Buy

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

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

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”