change password text

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/c/technical-q-a/how-to-get-help-from-shopify/td-p/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