Allow the CookieScript badge to be disabled when IAB TCF 2.3 is enabled
Martijn Stok
We would like the option to disable the CookieScript badge while keeping the IAB TCF 2.3 framework enabled.
We already provide a clearly visible “Cookie settings” link in the website footer, allowing visitors to reopen and change their consent preferences at any time. It would be helpful if this footer link could be used as the compliant alternative to the floating CookieScript badge.
This would give website owners more flexibility in the design and placement of the consent settings entry point, without losing IAB TCF 2.3 compliance.
Jānis Elmeris
Banner settings -> Colors -> Custom CSS styles gives a lot of flexibility as well.
You can hide the badge by adding rule
#cookiescript_badge {display: none;}
(although I'm not sure if it works in the new design anymore).