We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to change Buy it now text in fabric theme

Solved

How to change Buy it now text in fabric theme

NOT1
Shopify Partner
290 2 129

I want to change the buy it now button text to upper case like "BUY IT NOW" but i cant find the place. I chcked default theme content also but its not there. I am using fabric theme

Accepted Solution (1)

Small_Task_Help
Shopify Partner
1144 55 112

This is an accepted solution.

Hi,

Hope this will help

- Look for one of these files: roduct-form.liquid , product-template.liquid, main-product.liquid Or check inside sections or snippets folders and look for buy_it_now.

- Add CSS to Make It UPPERCASE

CSS example

.shopify-payment-button__button {
  text-transform: uppercase;
}
To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Developers India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad

View solution in original post

Reply 1 (1)

Small_Task_Help
Shopify Partner
1144 55 112

This is an accepted solution.

Hi,

Hope this will help

- Look for one of these files: roduct-form.liquid , product-template.liquid, main-product.liquid Or check inside sections or snippets folders and look for buy_it_now.

- Add CSS to Make It UPPERCASE

CSS example

.shopify-payment-button__button {
  text-transform: uppercase;
}
To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Developers India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad