• Hello,

    I can’t change the button color of the cookie notice.
    I tried with custom css but it did not work.

    I used this code:

    .cn-button.wp-default {
    color: #ffffff;
    background: #e3c57d; !important;
    }

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, I’ve had the same issue, same orange color appeared on multiple sites with different themes. I believe it’s a bug so temporary try to use the same code, but without “!important” part, or copy css from below (black and white, works for me)

    .cn-button.wp-default {
    color: #000000;
    background: #fff;
    }

    I am trying to figure this out as well. I’ve tried entering CSS to override and nothing works. Please update if you find another solution. The new colors do not match the website.

    Thanks!

    Hello,
    I have tested your solution and it has worked for me, but also changing parameters of the plugin configuration.

    .cn-button.wp-default {
    color: #fff;
    background: # 8E44AD;
    }
    +
    Cookie Notice?? Style: light ??Class: Button

    Thanks!
    Good luck!

    Hi .I have the same problem.After the update the button colour changed to green without asking.There is not a reply about this topic a long ago.Isn’t there any support?

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