Hi @dkanika,
You could hide the “Manage Consent” button that is used to re-open the Cookie Banner, it can be disabled under Complianz > Cookie Banner > General > “Text on the manage consent tab” by using the slider.
Or hide it with CSS, for example only if the Marketing category has been accepted:
.cmplz-marketing .cmplz-manage-consent { display: none; }
Hope it helps.
Kind regards,
Jarno
@dkanika Great to hear that your issue is resolved! Could you tell us what you think of the plugin or the support by casting your Review here? We’d love to hear your feedback!
Have to reopen this:
Complianz > Cookie Banner > General > “Text on the manage consent tab” by using the slider.
What slider do you mean? I can only input a text that is shown. When I delete the text the default english text will be shown.
I don’t want to use the unclean CSS method but rather remove the button completely.
Did the settings change?
View post on imgur.com
Hi @jonalange,
Yes, that setting had changed in recent versions of the plugin. This thread is over 4 months old.
Use the “Manage consent display options” field as shown in your screenshot, and in the dropdown menu under it, select Hide everywhere.
Kind regards,
Jarno
If you do that “Hide everywhere” it hides the whole banner, not the manage consent tab. For me worked only adding the css:
.cmplz-marketing .cmplz-manage-consent { display: none; }