How can I change the word "Size" to say "Size (US)" for all product pages?

How can I change the word “Size” to say “Size (US)” for all product pages without having to manually change it for each product? Looking to change the option name/label but I can’t find it anywhere. Thank you!

Hi @miguelendara .

We can insert (US) beside the size, if its okay to you would you mind to share your URL website? with password if its protected. Thanks!

I would prefer to do it myself rather than give my credentials to someone. How can I do it myself?

1 Like

Sorry for that Im only asking for the store website. But it would hard for us to help when we dont see anything specially when its in the front-end. Anyway, if you know how to code just find the selector to that “Size” and add the psuedo css selector :before then add CSS style content: “(US)”;.

I hope it help.

Thanks. That’s what I need help with though, finding the selector. I know how to code, just can’t find where it is.

1 Like

Others do not know what you know. This is why when seeking help it’s important to provide tangible direct examples.

The selector varies wildly by themes so for others to even begin to help they have to have something publicly accessible to inspect.

DIY - use chrome browser open devtools( key F12), then press ctrl+shift+c to active the element selector then click on the page where the element is suspected to be.