How do I remove the small icon in the corner?

Learn how to remove the small icon/consent widget from the website.

The small icon in the corner is a consent widget that allows site visitors to reopen the consent popup to adjust their preferences easily. To remove it from your website, just turn it off, and the icon will disappear. In this article, we’ll show you how to do it.

Before you start

Here are a few things to know before you start:

  • The consent widget, the icon , is a feature that allows users to reopen the cookie consent popup on your website after they have initially made their choices. This widget works by default in Cookie Information Consent Management Platform.

Turn off the consent widget

To turn off the consent widget, follow these steps:

  1. Log in to Cookie Information.
  2. In Consent Solutions, findthe consent solution you want to turn off the consent widget.
Find a consent solution in Cookie Information
  1. Go to Consent popup > My templates.
  2. Find the consent template you want to remove the widget from.
My templates list
  1. Click the three-doticon next to the template name you want to change, then click Edit.

Note: The Published label shows which template is currently active for your consent popup:

published label in consent templates
  1. In Template code, go toJavaScript.
  2. Find the following code line: renewBtn.style.display = 'block';
Change the code line in JS field in Cookie Information
  1. In the code, change 'block' to 'none'.

Note: If you want to turn on the consent widget, change this line to 'block'.

  1. Click Save
Save changes in consent popup template

Note: Clicking Save only saves changes to your template. To publish the updated template, click Save and publish.

  1. Done. You removed the consent widget from your website.

Related articles:

Was this article helpful?