• asc1212

    (@asc1212)


    In v2.2.0 and previous one the button color and text color do not work.
    No matter what I select it always stays as red for the text and clear/transparent for the button.
    I use black as the bar color

    Wordpress v5.8.2 (latest)
    Divi v4.14.1 (latest)

    will appreciate if this will be fixed.
    thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • thalakus

    (@thalakus)

    same here and on many of my other test-pages.

    lehneri

    (@lehneri)

    Same here. This happend after upgrade. All my pages same. Use CCS while they fix this.

    Same issue for me in several sites but not all.. I use this CSS code but seem not working

    .cookie-notice-container .cn-button.bootstrap {
    background-color: white;
    }

    Solved modifying the code as below:

    .cookie-notice-container .cn-button {
    background-color: blue;
    color: white;
    }

    Plugin Author dFactory

    (@dfactory)

    It’s possible that your theme’s aggressive styling affects the button/text color.
    Please check what overrides that, colors are definitelly applied.

    thalakus

    (@thalakus)

    @dfactory thank you for the response!
    Before the update it worked perfectly, don’t know why now it doesn’t work anymore.. And I’m not alone

    Guido

    (@guido07111975)

    My Custom CSS stopped working also.. Seems they’ve changed class of the button.

    But I notice they’ve added a colorpicker for the buttons at plugin settingspage. And you can add your own (theme) button class there as well.

    Unfortunately this change is not present in changelog.

    Guido

    Thread Starter asc1212

    (@asc1212)

    @francesco d’Elia
    your code does not work here
    are you using Divi?

    @asc1212 no.. Fix works on Enfold and Catch-Katmandu

    Thread Starter asc1212

    (@asc1212)

    v2.2.1 did NOT fix the issue!
    buttons are transparent
    butttons’ text is red

    working with Divi and wordpress latest versions.

    Maybe I got a fix:
    in the settings of the plugin at the far bottom there is a option called css class or something like that. Thwre is written “button”. If you clear that and don’t write kn anything, it’s back to normal

    Thread Starter asc1212

    (@asc1212)

    cool @thalakus
    this indeed solve the issue, thank you
    the field is called “Button class”

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Text and Button color – not working’ is closed to new replies.