Cannot add favicon despite following instructions

Hi,

I have tried to add a favicon to my website following the instructions from these sites:

https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-to-add-favicon-to-a-website/m-p/346299

But it still doesn’t work. I have changed the favicon under “Account Defaults” --> “Branding”, but it doesn’t update for my website.

It applies to all domains:

I navigate to “Branding”:

And add the favicon:

But navigating to the website https://eras.fyi, it just doesn’t show up.

What else can I change? I don’t have a “Branding” option in the “Website --> Pages” page so this is the only place for my favicon to go.

Any help will be much appreciated!

Solved this by using this code on every page:
{% if brandSettings.primaryFavicon.src %}<link rel=“shortcut icon” href=“{{brandSettings.primaryFavicon.src}}” />{% endif %}

Get there by going to the “Edit” view, “Settings”, scroll down to “Advanced Settings”, then write that into the HTML box for the header HTML.

Hi @EdmondT,

Thanks for sharing how you solved this!

Best,

Kristen

@EdmondT

Thank you. We just struggled with this numerous times and this fix was the ONLY thing to work.

Sincerely,

Stephen