Keep in mind that if you remove the ’show details’ from the cookie consent banner you will also be hiding valuable information that your website users may want to see before giving their consent.
You can remove ‘show details’ in the following ways:
- In the existing templates with checkboxes you can hide the ‘show details’ by including the following CSS in your website’s general style sheet:
#CybotCookiebotDialogBodyLevelDetailsWrapper {
display: none!important;
}
- In the existing templates without checkboxes you can hide the ‘show details’ by including the following CSS in your website’s general style sheet:
#CybotCookiebotDialogBodyButtonDetails {
display: none!important;
}
- If you build your own custom banner you can leave out the ‘show details’ (see guide here: Can-I-build-my-own-fully-customized-cookie-consent-banner-)
Comments
0 comments
Please sign in to leave a comment.