You can enable a cookie banner for your website's general settings. You can access them via the editor:

All you need to do is to enable the cookie banner, save the changes, and update your website.

To change the text of the banner, follow these steps:
1. Open your website's integrations settings and find the field Custom code.
2. In the Custom code field, paste the code below, only replace hey with your own text.
<style>.cookie-banner__text { font-size: 0px; } .cookie-banner__text:before { content: 'hey'; font-size:16px;}</style>
3. Save the changes and update your website. Check your website online to see if everything works as expected (the changes won't reflect in the editor).
Note: Alternatively, you can use this (or any other) third-party cookie consent tool and customize your cookie banner yourself. Once you do that, you'll be given a code to integrate the widget on your website. You'd need to paste that integration code into your website's integrations settings as described here 💡