[ad_1]
Sure, you can do that with some CSS. Adding the below (Appearance -> Customize -> Additional CSS) will make the links black, you can also change the color that they should be after the link has been clicked/visited once.
.cmplz-cookiebanner .cmplz-links a.cmplz-link {
color: black;
}
.cmplz-cookiebanner .cmplz-links a.cmplz-link:visited {
color: #551A8B;
}Kind regards, Jarno
Bonjour,
Merci pour votre retour.
Cependant, j’ai copié-collé votre code dans Apparence -> Personnaliser -> CSS supplémentaire mais les liens de la Politique de cookies sont toutjours blancs. Je ne sais pas quoi faire. Merci de votre aide.
With an URL to your website, that would allow me to take a look.
Kind regards, Jarno
Ah, I thought you meant the links on the Cookie Banner itself.
#cmplz-document a {
color: black;
}Kind regards, Jarno
Oh c’est super ! Ca fonctionne.
Un grand grand merci 🙂
Très bonne journée à vous.
