Manage consent btton didnt show up

[ad_1]

Hi @tguldner,

The Manage Consent button is displayed on your website at the moment, in the bottom right corner.

You can change the display settings under Complianz -> Cookie Banner -> General -> “Manage Consent display options”, for example to remove the animation.

The Complianz-generated Cookie Policy will contain the toggles to manage cookie preferences, just like they are present in the Cookie Banner itself. If you use your own document for this, you can insert these toggles on that page instead by using the [cmplz-manage-consent] shortcode.

Kind regards, Jarno

perfect- Now i have found it. Can i change the color of the button because white on white is not so good visible. If yes how?

Hi @tguldner,

This button will use the same color as the “background-color” of your Cookie Banner, but you can also change its’ color with CSS.

Adding the below CSS under Appearance -> Customize -> Additional CSS, or a Custom CSS field in your theme, will do the trick. Change the values to set the desired color!

#cmplz-manage-consent .cmplz-manage-consent {
    background-color: #333333; /* dark grey background */
    color: #FFFFFF; /* white text */
}

Kind regards, Jarno

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer