Remove Cookiebot branding from the cookie banner and cookie declaration

Remove Cookiebot branding by editing the Cookiebot cookie banner and cookie declaration scripts. This wil remove the “by Cookiebot” branding.

When using the default scripts from the Cookiebot cookie manager you will see Cookiebot branding in your cookie banner and cookie declaration.

To remove the Cookiebot branding simply replace your script:

Cookie banner

For the cookie banner replace the word  “Cookiebot” by “Cookieconsent” in your script.

Manual cookieblocking mode:

Replace the red-highlighted text:

<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="00000000-0000-0000-0000-000000000000" type="text/javascript" async></script>

With the green-highlighted text:

<script id="CookieConsent" src="https://consent.cookiebot.com/uc.js" data-cbid="00000000-0000-0000-0000-000000000000" type="text/javascript" async></script>

Automatic cookie blocking mode:

Replace the red-highlighted text:

<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="00000000-0000-0000-0000-000000000000" data-blockingmode="auto" type="text/javascript"></script>

With the green-highlighted text:

<script id="CookieConsent" src="https://consent.cookiebot.com/uc.js" data-cbid="00000000-0000-0000-0000-000000000000" data-blockingmode="auto" type="text/javascript"></script>

Alternatively, you can use CSS by adding the following CSS to your website’s own stylesheet using the CSS !important rule:

#CybotCookiebotDialogDetailFooter { display: none !important }

Please note that this will remove the entire line of text – including the last updated date, which could be useful information to display – and not just the ‘by Cookiebot’.

Cookie declaration

For the statement replace “CookieDeclaration” by “CookiePolicy” in your script.

Replace the red-highlighted text:

<script id="CookieDeclaration" src="https://consent.cookiebot.com/00000000-0000-0000-0000-000000000000/cd.js" type="text/javascript" async></script>

With the green-highlighted text:

<script id="CookiePolicy" src="https://consent.cookiebot.com/00000000-0000-0000-0000-000000000000/cd.js" type="text/javascript" async></script>

Alternatively, you can use CSS by adding the following CSS to your website’s own stylesheet using the CSS !important rule:

#CookieDeclarationLastUpdated { display: none !important }

Please note that this will remove the entire line of text – including the last updated date, which could be useful information to display – and not just the ‘by Cookiebot’.