Hello
I am using the Cookie Consent Message Bar on every page of my site and I was trying to color it blue fill with white text like the other button on the same page is and on the other pages, the blur for the background color needs to be #2d80f7 and text white if possible. I tried to modify the advanced styling options but wasn’t seeing any changes after I cleared the cache. How can we custom code this?
Thanks so much
Brian
Hi schwabino,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn,
.avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
color: #fff;
background-color: #2d80f7;
border-color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria