From version 5.1 onward, this will be a default setting for you cookie banner. Until then, please do the following to add the privacy statement, or any link you would like to the cookie banner.


Remove the default links
Add below CSS to hide the links on the cookie banner:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Remove the default hyperlinks */ | |
.cc-link, .cc-divider { | |
display:none; | |
} |
Adjust the cookie banner message
Under cookie banner settings add some HTML to show your new links. In the example we used:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#">Cookie Policy</a> - <a href="#">Impressum</a> - <a href="#">Privacy Statement</a> |