Using Assets
Updated over a week ago

Assets are files that can be re-used throughout your storefront. You'll need some basic HTML knowledge to use assets, but if you've got a little patience and some basic copy paste skills you should be alright.

One of the key reasons you might use assets are for customizing your site beyond what our Theme Editor allows you to do.

Navigate to Website

Click on 3 dot button

In the drop down, select Assets

Click Upload Asset button

In the Upload pop-up, decide which option is best for you to add your asset:

Once you add your asset sources, click Upload

Once upload is complete, a URL is assigned to the asset and is listed in the Assets list. You can also delete it using the red trashbin button on the farthest right of the item

Now as an example of use, copy your asset URL by clicking the blue copy button:

Navigate to Website > Pages

Click the Eye Icon on the page you want to add your asset to.

In the Page Content section switch the HTML toggle

This is where you need a little bit of HTML knowledge.

You'll place an img tag inside the HTML with the asset URL you copied. For example:

<img src="https://s3.amazonaws.com/unode1/assets/33401/pFu6mhbTFWLV9UtVsh5.jpg" alt="Example Image">

Try to make sure you've sized your image before uploading otherwise you'll need to use a style selector in the img tag to manually set the sizing.

Once code is entered, you may click the Preview tab to confirm

Click Save Page to publish the changes

You may now proceed to view the page by clicking Back to website

Click on Open Page containing the asset

The page on the website should open and display the asset as coded

Did this answer your question?