In StoreXpress, can make use of your own personal or company icon. This icon will display in the browser URL bar, just like the example below.
To create an icon, shrink any image you wish into a 24 pixel by 24 pixel, square image and save the image as a .png file in any image editing software you have available.
Upload the image to StoreXpress
- Log into your StoreXpress admin area.
- Click on Categories.
- Click Home Page.

- Click [Edit Text].
- Click on the image icon
. - Click [Browse].
- Select your .png image from your computer and click [Open].
- Click [Save] to upload the selected image.
Add code to StoreXpress to display image in browser URL bar.
- You’ll need to get the path to the image you uploaded by
- Enter the image uploader
again. - Click on the file name of the image you uploaded.
- The path to the file will display at the top of the window in the Image URL field.
- Copy the path for later use.
- Click on Marketing from main StoreXpress admin page.
- Click Extra head tag code.
- Modify the example code below to include the path to your .png image and paste the code near the top of the Extra head tag code text field.
- Click [Save].
Example code
<link rel="shortcut icon" href="path to .png file"> eg. <link rel="shortcut icon" href="/WebRoot/ntdb2/Shops/user123/MediaGallery/shopicon.png">

