Skip to main content

Improvements to our cookie component and footer (GDPR)

  • 10 February 2022
  • 0 replies
  • 125 views

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

 

Main changes

 

Add a ‘Deny all’ button to the cookie banner.

 

In the cookie setting modal, the ‘Basic’ option is selected by default.

 

Add a link to the ‘Terms & Conditions’ page.
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. :) 

Be the first to reply!