• Resolved 001122334455

    (@dkanika)


    Hello, is it possible to hide the entire banner site wide only after the cookie settings have been accepted?

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    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

    Thread Starter 001122334455

    (@dkanika)

    Thank you, solved

    Plugin Contributor Mathieu Paapst

    (@paapst)

    @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

    Plugin Contributor jarnovos

    (@jarnovos)

    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; }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide after giving consent’ is closed to new replies.