How to CHANGE the COLOR of the COOKIE NOTICE BUTTON
- Open the page editor;

- Click the gear icon in the top right corner of the screen;

- Then click "Javascript & CSS";

- Click "Adicionar" to add a new code;

- Choose a name for your code, select the "Operation" option and add the entire code below into the text field;
<style>
#gpc-lgpd_botoes-confirmar{
color: #000 !important;
background: #25f5da !important;
opacity:1;
transition: all .85s ease;
}
#gpc-lgpd_botoes-confirmar:hover{
opacity:0.85;
}
</style>
- The only change you will need to make to the code is to replace the part where it says #25F5da with the hexadecimal code of the color you want to use;
Finally, click Save!
Still have questions? Reach out to our team on Chat! We're always happy to help.
Updated on: 08/05/2026
Thank you!
