Hello, I would like to make the buttons smaller and change the font color on the cookie consent message bar. I have adjusted the Button Font Color and the Font Size for the Cookie Consent Link and Info Button, Cookie Consent Dismiss Button, and Cookie Consent Message Bar in Advanced Settings. However, it is not changing anything. Thanks for your help!
Mary
Hey Mary,
Add this to quick css:
.avia-cookie-consent a.avia-button{
font-size:10px!important;
}
Best regards,
Jordan Shannon
This did not work :( it made the formatting very strange and added the popup as part of the page at the bottom.
Hi Mary,
https://cl.ly/6e4b178b0aac Here is what I am seeing. What do you need it to look like? The code Jordan gave you could not have added the popup as part of the page at the bottom, it must have been there already.
Best regards,
Victoria
You are correct! I think I had other code that was doing something funky. My last question is how to change the button font color from pink to a color that matches my site.
Thanks!
Hi,
Add this to quick css:
a.avia-cookie-consent-button-2{
color:#000!important;
}
Best regards,
Jordan Shannon
Thank you!
Hi Mary,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria