Ich habe soeben diesen Code für die "Cookie-Zeile" in meinen Header eingefügt und die erscheint leider weiß auf weiß.
Wie kann ich die Schriftfarbe ändern?
https://www.cookiechoices.org/#tools
Code
<!-- You should make sure that the file cookiechoices.js is available
and accessible from the root directory of your site. -->
<script src="/cookiechoices.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function(event) {
cookieChoices.showCookieConsentBar('Your message for visitors here',
'close message', 'learn more', 'http://example.com');
});
</script>