Skip to main content
All CollectionsCustomization and advanced settings
Change the icon of the consent widget
Change the icon of the consent widget

Learn how to change the icon of the consent widget.

Updated over a week ago

If you want to adjust the consent widget to your branding, you can change its icon. 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.

Change the icon of the consent widget

To change the icon of the consent widget, follow these steps:
​

1. Log in to Cookie Information.
​

2. In Consent Solutions, find the consent solution you want to turn off the consent widget.

Find the consent solution in Cookie Information

3. Go to Pop-up appearance > Advanced options.

Edit advanced options of the consent banner in Cookie Information

4. Click Expand.

5. In HTML, find and delete the following code:

<svg version="1.1" id="coi-renew-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"

viewBox="0 0 304.4 304.4" style="enable-background:new 0 0 304.4 304.4;" xml:space="preserve">

In HTML, find and delete the piece of code.

6. Paste the following code <img src="https://yourWebsite.com/icons/Some-icon.png" alt="Renew cookie Pop-up button"> into the space where you just removed the previous code.

Replace the β€œhttps://yourWebsite.com/icons/Some-icon.png” URL with the URL of an image of your choice.

7. Click Save and publish.

8. Done.

Related articles:

Did this answer your question?