change password text

Topic summary

Goal: Make the password page match an ALL CAPS theme and adjust related elements.

  • Password text to ALL CAPS: Suggested to use Shopify’s language/locale editor to change wording; CSS is a fallback. The requester ultimately changed it directly in code.

  • Change URL from /password to /passcode: Not possible to alter Shopify’s fixed password page path. Practical workaround is a redirect from /passcode to /password. Custom URL structures would require a headless storefront (using Shopify’s Storefront APIs), which is a more advanced approach.

  • Clarification: A redirect maps one URL to another within Shopify but does not change the native endpoint.

  • New request: Change link color in the “Policies” tab from blue to black. No solution provided yet; likely requires CSS targeting policy page links.

  • Status: Initial capitalization issue resolved by custom code; URL change request concluded with redirect-only option; link color question remains open. Screenshots were shared but not essential to the conclusions.

Summarized with AI on December 22. AI used: gpt-5.

change text inside password box from ‘Password’ to ‘PASSWORD’ to match my shops’s ALL CAPS theme


See if all caps works using locale/translations

https://help.shopify.com/en/manual/online-store/themes/customizing-themes/language/change-wording

Otherwise you need CSS changes in which case provide drastically better detail: store or preview url of the password pages, and or storefront password as needed

READ: https://community.shopify.com/topic/1464639

I figured it out in the code. I’d appreciate assistance on how to change the url from .com/password to .com/passcode

The most you can do for that is create a redirect from /passcode that leads to /password which is an unchangeable path set by shopify.

The only real way for for custom url structures is the more advanced headless storefront apis system.

Understood. So no way I could do this?

Not as asked, use redirects

Okay, how could I change the url link color that’s located in the policys tab from blue to black