In my prestige theme cart drawer how do i change the text of the checkout button from all capitalized to just the first letter capitalized?
1 Like
Hi @d78427
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please share page URL so that I can inspect and send code accordingly
Best Regards;
PageFly
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @d78427
1: Online store > themes > Actions > Edit code > Assets > theme.css
2: paste code at last
.Cart__Checkout {
text-transform: capitalize;
}