Skip to main content

Hi, Guys: Everything in the tutorial on favicons seems to talk about sites that run on Wordpress. But I’m pointing my domain to UnbouncePages. How do I add a favicon?


Thanks,

Adam

Hi there!


Throw this in a JS set to “head”. You’ll just need to store your favicon somewhere 🙂


<link rel="icon" type="image/x-icon" href="http://yoururl.com/logo.ico"; />

You can find the documentation right here.


Let me know if that works!


Yup, as @Stefano pointed out, that’s the way to do it. For storing your favicon outside of Unbounce, my favorite place is AWS (Amazon Web Services).


How do I modify the text associated with the favicon. At this point, it displays the entire URL.


Hi @Ed_Stanfield,


The text is actually the Title of the page and is not directly related to the favicon.


You can edit the title through the page editor > Page Properties.



Best,

Hristian


Hi guys. This doesn’t seem to be working for me. My site http://outreach-sharedstudios.com points to https://hello.outreach-sharedstudios.com by way of a CNAME record in the DNS. The favicon is stored in the public_html folders of the main domain (https://outreach-sharedstudios.com)


The JS tag therefore looks like this:



Where am I going wrong?


Reply