• Resolved Dan14

    (@dan14)


    I have the premium plan. When I changed the cookie notification banner theme from white to dark the background of the tables showing the cookies and what they are (after clicking show details, the table shows what are session cookies, marketing etc.) remain white. So you get white text on white background (instead of dark), which means its invisible.

    Please confirm you understand what I mean and how this can be fixed. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cookiebot

    (@cookiebot)

    hi @dan14,

    This is probably due to your theme rather than Cookiebot itself. The theme may have global CSS rules which are overriding Cookiebots CSS rules.

    I’ve set up a demo page with the dark theme which you can preview here:

    https://cookiebotdemo.azurewebsites.net/

    As you see, the background color is black.

    Could you provide us with your domain name so that we can verify? If you want to keep your domain name secret, reach out to one of our emails at our helpdesk: https://www.cookiebot.com/goto/helpdesk/ and let us know if you’ve done that.

    • This reply was modified 6 years, 6 months ago by cookiebot.
    Thread Starter Dan14

    (@dan14)

    Thank you for your reply.

    I am assuming it could be theme related because in the preview section in managing cookies it has a dark background. I am using theme x, which is among the most popular themes for wordpress (over 150k downloads)

    I am also assuming (i am not a tech guy at all) that you can set the colors for the table in a way it will not be overridden by the theme. Please correct me if I’m wrong.

    Plugin Author cookiebot

    (@cookiebot)

    @dan14,

    You can style the cookie consent banner by overriding the CSS styling in your website’s own style sheet/CSS file. You can do this by using the CSS !important rule. For example, to change the font.

    #CybotCookiebotDialog { font-family: Helvetica !important; }

    • This reply was modified 6 years, 6 months ago by cookiebot.
    Thread Starter Dan14

    (@dan14)

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug in changing the cookie banner colors’ is closed to new replies.