Recently we’ve made improvements to the cookie component and the footer for better GDPR compliance.
Main changes



Add link to cookies settings so users can update their settings after first accepting them
In case you'd like to hide these links you can use the following custom CSS.
Hide both links:
.templatefoot-privacy-links {
display: none;
}
Hide ‘Terms & Conditions’:
.templatefoot-privacy-links a:nth-child(1) {
display: none;
}
Hide ‘Cookie settings’:
.templatefoot-privacy-links a:nth-child(2) {
display: none;
}
If you need help with this please contact our support team or your CSM.
Please let us know if you have any questions or need any help. :)