Use custom link/button instead of Cookie Shield
If you find that our shield blocks important elements of your website, you can use a custom link/button instead of the Cookie Shield to enable access to the cookie settings.
Step 1: Choose "using a custom link/button"
In the Widget Builder, select the "using a custom link/button" option, as shown:

Press save and exit.
Step 2: Create a custom link/button on your webpage
To enable the custom link/button, you must add the data-openli="show-cookie-settings"
attribute to your chosen HTML element. For example, to use a button
element, you would add the following:
<button data-legalmonster="show-cookie-settings">Access your cookie settings</button>
When the user clicks or taps an element with that attribute, the cookie widget will show the settings page.
Example
Below is an example of how you could use this functionality on your page:


The updated link would look something like this:
<a data-legalmonster="show-cookie-settings">Access your cookie settings</a>
Last updated