• Resolved nuttiewal

    (@nuttiewal)


    So there has been an update about the cookie consent pop-up. Now I was wondering, is there also a possibility to only have an ‘accept’ button, as it was before?

    I’d personally prefer to only have an accept button. If an user doesn’t want cookies, they can just choose not to use the website.

    I haven’t been able to find it, so I was curious, is it even possible?

Viewing 1 replies (of 1 total)
  • Hi @nuttiewal

    At the moment, this is only possible via CSS. The snippet goes something like this —

    .ct-cookies-decline-button {
      display: none !important;
    }

    Hope this helps.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Cookie consent decline button’ is closed to new replies.