• Resolved nmueller

    (@nmueller)


    Hello,

    How is it possible to hide the cookiebot layer on the declaration page?
    In addition the cookiebot layer should be hidden on the data privacy page.

    Thank you & kind regards
    Nico

Viewing 1 replies (of 1 total)
  • Plugin Support Richard

    (@rvcybot)

    Hi @nmueller,

    You could add this script to the page where you don’t want the banner to be displayed: <script>window.addEventListener("CookiebotOnDialogDisplay", () => Cookiebot.hide())</script>
    This will essentially wait for the banner to annonce that it is being displayed and issues the command to hide the banner in response. This will not set any cookies.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide cookiebot layer on declaration and data privacy page’ is closed to new replies.