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.
3. Go to Pop-up appearance > Advanced options.
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">
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.