How can I capitalize the 's' in shopping cart button text?

Topic summary

A user seeks help capitalizing the lowercase ‘s’ in ‘shopping’ on their Shopify cart button text.

Solutions provided:

  • Theme editor approach: Navigate to Online Store > Themes > Edit default theme content, locate the text string, and manually capitalize the ‘s’. A screenshot demonstrates finding the relevant text field in the theme editor.

  • Code modification approach: Access Online Store > Theme > Edit code, open the theme.liquid file, and paste custom code at the bottom of the file to override the text styling.

Both methods offer ways to modify the button text, with the theme editor being more user-friendly and the code approach providing more technical control.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

How can I capitalize the “s” in shopping? Any help is greatly appreciated!

Hi @flammagreg

You can go to your Online store > Themes > Edit default theme content, find this text, and capitalize the “s.”

Hi @flammagreg ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

1 Like