Articles on: Page Editor

How to CHANGE the COLOR of the COOKIE NOTICE BUTTON

  1. Open the page editor;



  1. Click the gear icon in the top right corner of the screen;



  1. Then click "Javascript & CSS";



  1. Click "Adicionar" to add a new code;



  1. 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>


  1. 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!


At this link, you will find the hexadecimal codes for colors -> https://imagecolorpicker.com/color-code/34b4bb


Still have questions? Reach out to our team on Chat! We're always happy to help.

Updated on: 08/05/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!