Remove Cookiebot logo / branding from the Swift cookie banner
You can remove the Cookiebot logo and branding from the Cookiebot Swift banner by adding additional CSS to your website or by editing the HTML.
Or you can use one of the CookieInfo custom cookie banner designs. The HTML, CSS and JavaScript files are available for the user. This makes it possible to adjust the cookie banner to your look and feel.

To remove the Cookiebot logo and branding simply add the following CSS to your website:
Cookiebot remove logo / branding with CSS
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
display: none;
}
/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
display: none;
}
Cookiebot remove logo / branding with HTML
Or if you want to insert it direclty into your HTML, use the following code:
<style type="text/css">
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
display: none;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
display: none;
}
</style>
Cookiebot CMP believes that the increased visibility of the logo on the new Swift banners will be seen as a seal of approval and should help you build trust with your website visitors. If you prefer an unbranded version of the Cookiebot cookie banner, apply one of the methods above.
Cookiebot custom template design
Alternatively, you can use one of the CookieInfo custom cookie banner designs for Cookiebot. We have created several cookie banners that you can modify to reflect your websites look and feel.
Check the Cookiebot cookie banner designs here.