How to Remove Cookie Notification in Blogger

 

Hi to all, in this article I am going to tell you all about how to remove default cookie notification in blogger templates easily in just few minutes.


If you are using Blogger CMS platform then you may have seen a cookies consent notification that shows some times. It is loaded by the blogger by default in some cases.


So, If you want to remove the cookie notice on Blogger or you want to customize it for better look then follow you need to follow below provided steps and if you want to add custom cookie consent in your blogger website then you can refer this article.


So, read the article carefully to get clear understanding about removing the cookie notification in your blogger website without any error or issue.





Introduction


Before proceeding further we need to know what is a cookie consent or cookie notification?

Basically cookies is a small block of data which store in the browser, whenever you visit any website and it store the information about the last visit of that website login and other site preferences.

so, you do not have to re-enter the login details or login credentials like username and password in the site again and again, this cookies will automatically send the data to the server about your preference and login information. So, cookies is very very important to improve the user experience in the website.


As per European Union [EU] laws you need to give European visitors information about the cookies used in your website and in few cases it also require you to get consent from the users 

require you to give EU visitors information about cookies used on your website. In some cases, it also require you to obtain consent from the users. due to this blogger adds the default cookie notification in blogger templates as shown in below image.


Mainly this type of cookie notifications will shows to random people and some times it shows in some other different language. That's why you need to customize this default cookies consent in your blogger website or you need to disable or remove it from your website.



Remove Cookie Notification Permanently


If you want to remove the default cookies notice in your blogger website then you need to just copy below provided code and just paste it as per the below path:

Go to themes > Click on Edit HTML and search for closing body tag or </body> tag and paste the code just above it.


  
<script>/*<![CDATA[*/ cookieChoices = {}; /*]]>*/</script> 


After adding the code, you will not see this cookie notification in your blogger website again it is permanently removed from your website.



Customize the Cookie Notification


if you are not interested to remove cookie notification in your blogger website completely and just wanted to change the design and text then you can do that by adding the below provided code in your blogger theme section.


  
<script type="text/javascript"> 
  cookieOptions = { 
    msg: "This site uses cookies from Google to deliver its services, to show personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.", 
    link: "https://www.blogger.com/go/blogspot-cookies", 
    close: "Okay!", 
    learn: "Learn More" }; 
</script>   



Change the Alignment of the Cookie notification


If you want to change the alignment of the blogger default cookie notification then you can add the below provided CSS code and copy the code and paste the copied code just above ]]></b:skin> or above </style>.


  
.cookie-choices-info {position: fixed; top: auto !important; bottom: 0px !important;}  



Conclusion


I hope that you have understood about removing or customizing default cookie notification in blogger website easily in just few minutes without any issue or error.

If you have any doubts then you can mail us or contact through contact us page.



Next Post Previous Post

Cookies Consent

This website uses cookies to analyze traffic and offer you a better Browsing Experience. By using our website.

Learn More