Ralkage
I never did anything to that and it works perfectly.. It just lags the site if you keep the animation on too long though, that's one thing I've noticed.
0E800 Paste this in your Header
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#3c404d",
"text": "#d6d6d6"
},
"button": {
"background": "transparent",
"text": "#8bed4f",
"border": "#8bed4f"
}
}
})});
</script>