• Resolved yberges

    (@yberges)


    hello i want to remove revok button on bottom to add link into a menu
    i try to create a link with cc-revoke class but doesn’t works
    regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    Hi @yberges,

    You can hide the manage consent tab via Complianz -> cookie banner -> hide manage consent tab.

    If you want to implement a manage consent section elsewhere, you can use one of the shortcodes for this purpose, for example [cmplz-manage-consent].

    Please refer to this article for more information as well: https://complianz.io/used-shortcodes-by-complianz/

    I hope this helps.

    Kind regards,
    Leon

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @yberges,

    You can use the shortcode:

    [cmplz-revoke-link text=”Revoke your settings!”] (This includes an automatic revoke, if necessary)

    To simply show the banner without revoking consent, please refer to this article:

    https://complianz.io/add-a-link-to-show-the-cookie-banner/

    Or custom CSS to customize the Manage Consent tab:

    .cc-revoke	{
    	display:block;
    	transform:none!important;
    	color:white!important;
    	background:#333333!important;
    	padding:12px;
    	border-radius:0px;
    }

    Hope this helps.
    Kind regards,
    Jarno

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change revok button for a link menu’ is closed to new replies.