• Hello,
    I didn’t found how to change the color background and text color of the small consent tab which appear at the bottom of the site once consent i given by the user.

    There is any way to do that ?

    Thank you very much,

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    @swanzack The consent consent tab follows the styling of the banner. So if you set the banner to blue, the consent tab also becomes blue.

    You can change this by using some custom CSS. Like this:

    #cmplz-manage-consent .cmplz-manage-consent {
        background-color:blue;
        color:white;
    }

    You can use this by enabling “custom css” in the banner settings, then scroll down to the CSS editor at the bottom.

    Thread Starter Le Renard Pourpre

    (@swanzack)

    perfect ! thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Consent tab background’ is closed to new replies.