It is possible to remove the 'by Cookiebot' part of the text on the cookie consent banner/dialog saying 'Cookie declaration last updated on [date] by Cookiebot':
The simplest way to remove the 'by Cookiebot' from the cookie consent banner is to rename the tag ID on the cookie dialog script from "Cookiebot" to "CookieConsent".
So instead of inserting this script tag from the 'Your scripts' tab on your Cookiebot account:
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid=“00000000-0000-0000-0000-000000000000" type="text/javascript" async></script>
You should insert this modified script tag (change highlighted in bold):
<script id="CookieConsent" src="https://consent.cookiebot.com/uc.js" data-cbid=“00000000-0000-0000-0000-000000000000" 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:
#CybotCookiebotDialogDetailFooter { display: none !important }
However, 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'.
Last updated: 27 June 2018
Comments
0 comments
Please sign in to leave a comment.