Hi @yberges,
You can hide the manage consent tab via Complianz -> cookie banner -> hide manage consent tab.
If you want to implement a manage consent section elsewhere, you can use one of the shortcodes for this purpose, for example [cmplz-manage-consent].
Please refer to this article for more information as well: https://complianz.io/used-shortcodes-by-complianz/
I hope this helps.
Kind regards,
Leon
Hi @yberges,
You can use the shortcode:
[cmplz-revoke-link text=”Revoke your settings!”] (This includes an automatic revoke, if necessary)
To simply show the banner without revoking consent, please refer to this article:
https://complianz.io/add-a-link-to-show-the-cookie-banner/
Or custom CSS to customize the Manage Consent tab:
.cc-revoke {
display:block;
transform:none!important;
color:white!important;
background:#333333!important;
padding:12px;
border-radius:0px;
}
Hope this helps.
Kind regards,
Jarno