Hi I am currently creating a new website and would like to add a favicon for it.
I already added the favicon to my branding kit (with the recommended size of 48*48 pixels in .png form) and set it as default.
However, it is still not showing up on any of my webpages or blogs.
I also read some past conversations on this topic and it was mentioned that the free version of HubSpot didn’t provide the customized favicon function in the past. Could this still be the case?
Hey @SPark_, thank you for posting in our Community.
I would recommend starting by ensuring that the favicon file is correctly named and placed in the root directory of your website. The standard filename for a favicon is “favicon.ico”. Although most modern browsers support PNG format, using the ICO format is still considered a best practice for compatibility.
Next, double-check the code in the <head> section of your HTML documents. If you’ve confirmed that the favicon file is correctly placed and linked in your HTML but still encountering issues, there might be caching problems. Try clearing your browser cache or testing in an incognito/private browsing window to see if the favicon appears.
1. Maybe your theme doesn’t support brand-settings. Can’t imagine that but who knows.
You can check this by navigating to your base.html/layout.html(might be called different) - most likely it’s located in THEME/templates/layouts/ but it might vary. Once you’ve found the file check the <head>-tag like @PamCotton mentioned for something like this