Favicon for Browser
l
liz@fitnesspromarketing.com
Will you guys be adding a 'Favicon' option to customise for the app? Or even just the highlevel 3 bars. Would of course be awesome if we could link our own favicon for the browser tab.
HIGHLVL-I-286
Log In
C
Cristian Castro
Amir Jetfari
B
Brett Matsuura
Thank you, Nathan Shearer, this worked perfectly! If you found this thread here are step-by-step instructions. Create a square png image with a transparent backgroud. I used 300x300 px and built it in Canva. Upload the image to the media library and copy its URL location. In your agent account goto settings > company.Insert Nathan Shearers script into the custom Javascript box and paste the images media library address in to the (the script is below). <script>let myElement = document.querySelector("link[rel=icon]");myElement.href = "INSERT MEDIA LIBRARY LOCATION LINK HERE";</script>
D
Dave Albano
Brett Matsuura, Nathan Shearer I think I found a bug in this method. Since this thread started from 2021 (I'm a new user since then) there still isn't a way to have a separate company logo and favicon without Nathan's script. It works AS LONG AS YOU'RE LOGGED IN. As soon as you log out and log in again, the company logo seems to override the script and replaces the favicon url such that a very blurred and compressed company logo appears in the browser tab where the favicon should be. Are you guys able to replicate, and if so, any workarounds? Ideally, would love to just have a separate favicon url section in the company settings so we don't have to fiddle with this.
C
Cristian Castro
Hey Dave Albano, any update on this did you figured out how to fix this?
F
Ferdinand Risco
Brett Matsuura I tried it 9/9/2024 and it worked. Thanks
S
Shivam HighLevel
Added "Separete Favicon doesn't exist without a script" to the other request which is very similar to this one.
P
Peter Michael Blicharz
Separete Favicon doesn't exist without a script
S
Shivam HighLevel
Thank-you for pointing this out. Similar issue - https://gohighlevel.aha.io/ideas/HIGHLVL-I-64 . The scope of this request will be covered there.
N
Nathan Shearer
Currently the app uses the Agency logo as the icon, but you can go to the Agency settings and add this script making sure to change the link to where your icon is:
<script>
let myElement = document.querySelector("link[rel=icon]");myElement.href = "https://media.flaticon.com/dist/min/img/home/editor-1.png";</script>
Christie Bates
Nathan Shearer does this work for multiple subaccounts? For example, we have multiple internal subaccounts and quite a few subaccounts for clients. We want to edit it for each subaccount.