Comply with GDPR and EU cookie law with our free cookie consent banner plugin. Simply go through the steps below to customize it and copy the code to your site. Click on the "Preview" button at any time to see how it looks.
Configuration wizard
Click to preview
1. Position
Choose the display style of the cookie consent banner.
Choose where you would like to display it.
3. Colors
Choose the color palette or specify your own colors.
Popup background
Popup text
Button background
Button text
5. Custom text
Customize the text displayed on the cookie consent banner or use default text.
6. Copy the code
Copy the code below to the header of your website, just above the </head> tag.
<link rel="stylesheet" type="text/css" href="//cdnpub.websitepolicies.com/lib/cookieconsent/1.0.1/cookieconsent.min.css"/><script src="//cdnpub.websitepolicies.com/lib/cookieconsent/1.0.1/cookieconsent.min.js"></script><script>window.addEventListener("load", function(){window.wpcc.init({"position":"bottom","colors":{"popup":{"background":"#222222","text":"#ffffff"},"button":{"background":"#fde296","text":"#000000","border":"transparent"}}})});</script>