Please tell me how to change "Buy it now" button text to Upper case After I updated Minima theme?

Hi, all:

Does anyone know how to change “Buy it now” button text to All Upper case? Since I just updated my Minimal theme. The button text is bounded together with the menu text.

So, I have to choose lower case to fit the menu text. But the button text “Buy it now” also change to lower case. That is not not.

Would you please help me to override the “Buy it now” text on the button to All Upper Case?

Thanks!

jane

7/21/2021

1 Like

Hello @Wenjian_Zhao ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->timber.scss paste bellow code in bottom of file
.shopify-payment-button__button {
    text-transform: uppercase !important;
}

Thanks

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

@Wenjian_Zhao

Please follow the steps:

-Step 1: Go to Online store > Themes > Actions > Edit code.

  • Step 2: Go to Assets > timber.scss.liquid and paste this at the bottom of the file:
.shopify-payment-button__button {
    text-transform: uppercase !important;
}

hope it works

Thanks!

1 Like

Thank you so much!