Hello,
can you tell me where i can change the font color of the one button in the cookie banner which is automatically pink?
nicht akzeptieren
By enfold advanced styling i couldn`t find anything.
many regards
Rixi
Hey rixi,
If it’s just one button you would need to use css to target it. Add this to quick css:
.button-2.av-extra-cookie-btn{
color:#000!important;
}
Best regards,
Jordan Shannon
Hi,
Add it to the very top of quick css so it runs first. Also, clear the cache a few times over
Best regards,
Jordan Shannon
Hi Jordan,
i emptied the cache and put the code at the top, but it seens that the Button loves pink!
It is still there….
hm…
many regards
rixi
Hi,
Apologies, I’ve updated the CSS and this should work instead:
.avia-cookie-consent-button-2.av-extra-cookie-btn{
color:#000!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
perfect, that works :)
thanks a lot!
Many regards,
Rixi
Hi Rixi,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria