Favicon does not display...
My custom favicon won't display in browser. I went into Admin Settings for landing pages and unticked the box for the default.
The .ico file is within the images folder (in Images & Files) - so an absolute link has to be copied and inserted in the lines of code below. (rough example below)
In <head> of my LP template (in Design Studio), I have made the correct call following this format below. I should mention that page is not yet published; though the preview should still work:
<link rel="shortcut icon" href="www.pages..." type="image/x-icon" >
<link rel="icon" href="www.pages..." type="image/x-icon" >
Cleared cache, refreshed browser a few times. Still do not see it appear.
Is it because the .ico is not and cannot be housed in a root location in Marketo? ...The Marketo icon still displays.
What else can I try?
Thank you.