How to add EU cookies notice to Blogger?

Posted by K. Swaviman

 Add/integrate cookies notice in blogger blogs in order to show a top notice to your EU readers & be compliant with the GDPR norms of EU.

Include the following code right before the </head> tag of your blog.

This will be visible only to readers within EU. In order to test it try visiting your blog through a VPN with any EU country as rerouting location.



<style> .cookie-choices-info {z-index:999999!important;
background-color:#333333!important;
border-bottom: 1px solid #6FC415; 
box-shadow: 1px 2px 2px #000!important; 
padding:3px 0px!important;}
.cookie-choices-info .cookie-choices-text{font-size:14px !important; color:#dddddd!important;}
.cookie-choices-info .cookie-choices-button{
background-color: #6FC415!important;
border-radius: 1px!important;
box-shadow: 2px 3px 2px #000!important; 
padding:6px!important;
text-transform: none!important;}
</style>

0 comments:

Post a Comment