Solved

Debut English will be capitalized

keisuke1128
Tourist
12 2 0

Hello

In template Debut, English is all capitalized.
In particular, I'm using a slideshow and want to use button links.

I want the text to be put in this button to be uppercase at the beginning and lowercase at the beginning like Tanaka.

After investigating, I came up with the idea that I should delete the following code, but it was not reflected.

「text-transform: uppercase;」


Can you help me with this solution?

Thank you.

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow these steps:

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

- Step 2: Go to Assets > theme.css and paste this at the bottom of the file: .btn, .shopify-payment-button .shopify-payment-button__button--unbranded{ text-transform: none !important; }

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1565

hii, @keisuke1128 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

keisuke1128
Tourist
12 2 0

I sent an email

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow these steps:

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

- Step 2: Go to Assets > theme.css and paste this at the bottom of the file: .btn, .shopify-payment-button .shopify-payment-button__button--unbranded{ text-transform: none !important; }

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
keisuke1128
Tourist
12 2 0

@LitExtension 

hello

I am very happy to hear from you.
You solved my problem!
I am grateful that it is so wonderful.
thank you.