Hide Cookie Control after consent
-
Hi,
Can’t seem to get Cookie control to hide after consent – just after some clarification do I copy and paste
onAccept:function(cc){cc.setCookie('civicShowCookieIcon', 'no');$('#ccc-icon').hide()}
into the `on Accept’ text box?Because I’ve tried and it just hides then entire popup. I’ve also tried
function(cc){cc.setCookie('civicShowCookieIcon', 'no');$('#ccc-icon').hide()}
and
cc.setCookie('civicShowCookieIcon', 'no');$('#ccc-icon').hide()
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide Cookie Control after consent’ is closed to new replies.