Rollbase - How do you change the icon used in the browser ta

Posted by jbeisch on 30-Jun-2014 09:04

Right now it's the default tomcat icon and I know you can change it by overwriting the favicon.ico but would like to know if there's a way to point it to a specific file or even URL.  Thanks.

Posted by Orchid Corpin on 30-Jun-2014 09:28

Hi Jbeisch,

If you are in a public cloud you can go to

1. Application setup

2. Select the Application

3. in more actions... select Header and Footer

4. Paste this script

<script>

$("head").append("<link id='favicon' rel='shortcut icon' type='image/png' href='<IMAGE LINK HERE>' />");

</script>

Hope this will help.

Thanks,

Orchid

All Replies

Posted by Orchid Corpin on 30-Jun-2014 09:28

Hi Jbeisch,

If you are in a public cloud you can go to

1. Application setup

2. Select the Application

3. in more actions... select Header and Footer

4. Paste this script

<script>

$("head").append("<link id='favicon' rel='shortcut icon' type='image/png' href='<IMAGE LINK HERE>' />");

</script>

Hope this will help.

Thanks,

Orchid

Posted by Orchid Corpin on 30-Jun-2014 10:16

By the way this is in per app basis.

Thanks,

Orchid

This thread is closed