How to add an additional link in the Cookie bar, next to the Privacy Policy link?
In order to add a second link in the Cookie bar, you should add the following code in the Cookie Consent Text field, located in the Cookie Bar tab > Cookie Bar Content section:
Make sure to replace the “URL” with the link for the page you would like the button to redirect to, and the “TEXT” part with the wording for the link.
Your link should look similar to this:

<a aria-label="learn more about cookies link (opens in a new tab)" class="cc-link" href="{{ URL }}"
rel="noopener noreferrer nofollow" target="\_blank">{{ TEXT }}</a>
Make sure to replace the “URL” with the link for the page you would like the button to redirect to, and the “TEXT” part with the wording for the link.
Your link should look similar to this:

Updated on: 01/09/2023
Thank you!