HOW TO ADD COOKIE CONSENT ON BLOGGER [FREE] NO WATERMARK
Thanks to Coding Nepal and Junior Developer Central for codes. Check them on Youtube. I just edited their codes to fit on blogger and did only minor changes.
Cookie Consent is required by many laws so that users can know and accept it so we don't get in further troubles and Cookies must not be misused by anyone. Cookie helps to make your website better and saves what you have visited on that site. So, in this tutorial I'm about to describe how you can show cookie popup on your website and ask user to Allow/Understand.
Files Link: https://bit.ly/cookieron
Step 1:
Go to themes of your blogger site and edit html.
Find bodyand paste codes inside index.html.
Step 2:
Copy codes of app.js and paste it after end of body tag inside script codes here...script
Step 3:
Save the theme and goto customize.
Goto advanced and add css.
Copy codes of styles.scss and paste it in the add css option of blogger theme customize.
Step 4:
Save and you're done.
If you need any help regarding this just comment below and enjoy creating websites and awesome things :). Happy Coding.