hi, is it possible to make the text in the cookie bar black, or #b45d15?
i got this code , thanks to mike,
/*cookie bar*/
#top .avia-cookie-consent {
background-color: #7bcbd7;
color: #b45d15;
}
but the text stays white, it does not change to #b45d15;
best regards , jelle
Hi jeel147,
I tried to check your site and it seems to be using the correct color, please see the screenshot:
Best regards,
Nikko
Hi Nikko,
yes im sorry its about the last word “Instellingen”…
can i change that one as well?
Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.4.1 and then go to Enfold theme options > Advanced Styling and edit “Cookie Consent Link and Info Button”.
If you would like to use custom CSS instead, please add following code to Quick CSS
#top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn {
color: #b45d15;
background-color: orange;
border-color: green;
}
Best regards,
Yigit
Hi Yigit, brilliant, thanks!
you can close this one as far as im concerned
best regards, jelle