Style file upload fields
Follow the steps below to style Uploadery's file upload field.
This will also allow you to change the text that appears within the input.

Getting Started...
1. Starting from your Shopify admin, click Online Store, then click Themes.
2. Find the theme you want to edit, click the Actions button, then click Edit code.

3. Navigate to the product.liquid file within the Templates folder. If your theme does not have a product.liquid file and if you see a product.json file, locate a file called main-product.liquid file in the Sections folder.
4. Paste the following code snippet at the bottom of the file.
5. Save your changes.
6. In your Apps, go to your Uploadery dashboard.
7. Click the Settings tab at the top of the dashboard.
8. Paste the following code snippet in the Custom CSS field.

9. Save and refresh the product page.
Updating the text within the input
It is possible to change the text that appears within the input by adjusting some of the CSS code that you added to the Settings tab of your Uploadery dashboard. Follow the steps below to do this.
1. Navigate to the place where the CSS code snippet was added.
2. Locate the following section of code.
Replace the text within the quotes ("Upload File" and "Upload Complete!") with your desired messages.
Note: The first message will appear when you initially view the input. The second message will appear after the file upload is complete.
Optional: show the file name when the upload completes
1. Locate the code in your product.liquid or main-product.liquid file that you inserted earlier (see step 4), replace it with the following code.
2. In your Uploadery dashboard, paste the following code snippet at the bottom of the Custom CSS field on the Settings tab.
3. Save your changes.
Note: If you decide to implement the Optional script above, please be sure to remove this code snippet from Step 4 above:
Last updated