You can use either a shortcode:
[cmplz-revoke-link]
or some html:
<button class="cmplz-manage-consent">Manage consent</button>
An elemnent with class cmplz-manage-consent will work as revoke link.
Hi Rogier,
Is there not a way to bring up the banner with a simple text link? Like my other Privacy Links in the footer of the page below.
Also, just for your information… I had a problem getting the shortcode to work, at least in the Divi Theme, same problem with WordPress block editor.
https://kunkuman.com/manage-consent-divi/
Thanks,
John
@rana-rene, thanks for mentioning the issue with de revoke shortcode. This will be fixed in the next update.
You can use the below css to show the button as a normal text link:
button.cmplz-manage-consent {
background: none!important;
border: none;
padding: 0!important;
font-family: arial, sans-serif;
color: #069;
text-decoration: underline;
cursor: pointer;
}
Hi @rana-rene,
We haven’t heard from you in a while, is the issue resolved with the solution mentioned above? We are happy to help you further.
Kind regards, Kim van Dijk
Yes it is solved thank you… The main problem I had with the button, short code or not, was with styling. I’m not a programmer, and had a few issues with matching fonts, etc., but managed. This is the CSS if it helps others in that position.
One thing that might be useful, would be to use this in custom CSS (or at the page level) more that once. So you can apply more than one font size, etc. I’m not sure that’s clear. But, basically I needed more than one font size to make it responsive to desktops, tablets and phones.
/*** MANAGE CONSENT – BUTTON TO TEXT ***/
button.cmplz-manage-consent {
background: none!important;
border: none;
padding: 0!important;
font-family: oswald;
font-size: 14.5px;
font-weight: 700;
font-style: normal;
font-variant: normal;
color: #fcbb32;
/*text-decoration: underline;*/
cursor: pointer;
}
https://kunkuman.com/