Changing Your Members Portal Favicon
  • 06 Jun 2023
  • 1 Minute to read

Changing Your Members Portal Favicon


Article Summary

Favicons are the small images that you can see on your browser tabs. You can customize this favicon to match your logo or your branding in Nexudus.

faviconexample

Changing your members portal favicon is an easy two-step process on the Admin Panel.

Step 1. Uploading your Favicon to the Custom Files Folder

You need to upload your favicon image to the custom files folder of the template editor to link to it in the code.

We recommend using PNG files.
  1. Log in to dashboard.nexudus.com if you aren't already.

  2. Click on Image files.

  3. Click Add image on the top right corner of the page.

  4. Click Select file and select your favicon.

    Your file's name cannot include any:
    • Spaces
    • Brackets — (), {}, []

  5. Click the Save Changes button.

Your favicon file now appears in the folder.

Favicon_FileList.png

  1. Click on your favicon.

  2. Copy your favicon's URL by clicking on the clipboard icon and save it somewhere.

FaviconLink_Highlight.png

You'll need it to complete the next step.

Step 2. Adding your Favicon to the head.js File

Once you've uploaded your favicon and saved its URL, all you need to do is add a snippet of code to your head.js .

  1. Click on head.js.

  2. Add the following code snippet at the end of the head.js file, after the */ symbols.

[
{"type": "link",        
"rel": "icon",        
"href": "",       
"sizes": "32x32"}
]
Make sure you copy the full snippet, including the square braces [ ].
  1. Add your favicon's URL between the quotation marks after the href tag.

FaviconSnippetURL.png

Make sure the URL is within the quotation marks.
  1. Click the Save button. 

Your favicon should now appear when you open your members portal page in any browser. If you don't see your favicon, try refreshing the page.

Your favicon may take a few days to show up in browser searches.

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.