Translate or Change the Upload Field's Text
Wondering how you can translate or change your upload field's text, No file chosen or Choose File?

Translate or Change the Upload Field’s Text
If you’d like to change or translate the text that appears on your upload button, you can customize this through your theme.
Uploadery does not have a built-in setting to directly change the default input text, but you can update it through your theme by following these steps:
How to Customize the Upload Button Text
From your Shopify admin, go to Online Store → Themes.
Find the theme you want to edit, click Actions → Edit code.
Open
product.liquidin the Templates folder. If your theme usesproduct.json, openmain-product.liquidin the Sections folder instead.Add this script to the bottom of the file:

From your Shopify admin, click Online Store, then click Themes.
Find the theme you want to edit, click the Actions button, then click Edit code.
Navigate to the
product.liquidfile within the Templates folder. If your theme does not have aproduct.liquidfile and instead has aproduct.jsonfile, locate a file calledmain-product.liquidin the Sections folder.Paste the following code snippet at the bottom of the file:
Locate your theme’s main CSS file by following the instructions in this article.
Paste the following CSS at the bottom of your stylesheet:
From Step 6, locate the last two blocks of CSS and update the text inside the quotes with your preferred wording:
Save your changes and preview your product page.
Last updated