Gorgias logo
Gorgias logo

All articles

Remove "Powered by Gorgias" brandingUpdated a month ago

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background.


You can remove the "Powered by Gorgias" branding displayed on both the Chat and Chat Campaigns using the following method:

1<script>
2var initGorgiasChatPromise = (window.GorgiasChat) ? window.GorgiasChat.init() : new Promise(function (resolve) { window.addEventListener('gorgias-widget-loaded', function () { resolve();})});
3
4initGorgiasChatPromise.then(async () => {
5 GorgiasChat.hidePoweredBy(true)
6})
7</script>
8
Was this article helpful?
Yes
No