Hello everyone'
I would like to know how to customize the title of a Jive Community. Currently, we have "Welcome | Globe Community" as the community title.
We would like to change it to just "Globe Community" only. How can we change it to that?
Thank you guys and I would really appreciate your help!
Hi Jc,
Have a look in template.soy.
The title is rendered there and looks like this:
<title>{if $title}{$title|truncate:50|noAutoescape} | {/if}{$communityName}</title>
The $title changes per page, but on the /welcome page would be "Welcome". If you removed that if block, it should just display the communityName value which in your case would be Globe Community.
Hope this helps,
Scott