Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #296772
    [email protected]
    Participant

    Hello,

    I noticed that the color of all Cookie buttons have changed to a cyan color, but I haven’t done anything…

    I also cant change it under customizer – colors, is there a way I can do that?

    Color should be something like #7b7b7b

    Thanks so much !

    http://www.tonart-audio.com

    #296802
    Skandha
    Participant

    @infotonart-audio-com: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .cn-revoke-cookie.cn-button {
    background-color: #7b7b7b !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #296804
    [email protected]
    Participant

    Hi Skandha,

    thanks so much, it works perfektly for the “Cookies wiederrufen” button!

    The “OK”, “Nein” and “Mehr Informationen” buttons are still cyan, could you tell me what I have to add to change these buttons, too?

    Thank you and happy new year!

    Best regards Andy

    #296880
    Skandha
    Participant

    @infotonart-audio-com: Hello Andy,

    The buttons seems to be have changed to gray. For the color of button text please add the following CSS Code.

    .cn-button {
    color: #fff !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Cookie Button Color has changed’ is closed to new replies.