How to Update Your Agency Favicon in GoHighLevel
Want to make your GoHighLevel dashboard stand out? Add a custom favicon to boost your brand identity.
This small browser tab icon creates a polished and professional look.
Follow this simple guide to update your favicon with custom code. Let’s get started!
Step-by-Step Guide to Changing the Favicon
Log in to Your GoHighLevel Account
Start by logging into your GoHighLevel agency account with your credentials.
Navigate to Settings
Access Company Settings
Add the Custom Favicon Code
<script>
var faviconURL = ‘https://somefaviconurl.com’ // Upload an image into a location funnel and then use the URL here.
var link = document.querySelector(“link[rel*=’icon’]”) || document.createElement(‘link’);
link.type = ‘image/x-icon’;
link.rel = ‘shortcut icon’;
link.href = faviconURL
document.getElementsByTagName(‘head’)[0].appendChild(link);
</script>
Update the Image URL in the Code
Save Changes
Test Your Favicon
Key Tips
Conclusion
By following these simple steps, you can easily change the favicon for your GoHighLevel agency dashboard, giving it a unique and professional look. Don’t forget to check the video description for the custom code needed for this process.
If you have any questions, feel free to reach out for support!