As a recognized and dependable CMP, protecting the privacy of millions of internet users across the globe, we believe that the increased visibility of our logo on our new Swift banners will be seen as a seal of approval and should help you build trust with your website visitors.
However, should you prefer an unbranded version of the Swift banner on your website, you can achieve this by adding the following CSS to your website.
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText { display: none; }
/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo { display: none; }
Or if inserting directly into the HTML, use the following.
<style type="text/css"> a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText { display: none; }
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
display: none;
} </style>
You should then end up with a clean banner without the Cookiebot logo, similar to the below example.
Comments
0 comments
Please sign in to leave a comment.