Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #38484
    aaront
    Participant

    After installing version 1.30 the button colours have changed. Within WordPress preview they are fine (silver for light and blue for dark), but when viewing my site the light colour is now orange and the dark colour turquoise.

    #38485
    aaront
    Participant

    He’s a link to the site. The banner is at the bottom in the light colour (now orange) East Suffolk Lines

    #38486
    DeNiro
    Participant

    Hello, i notice the same Issue with the new Version 1.3.0/1.3.1.

    With Version 1.2.x our Buttons viewing blue and it was nice, but now same like @aaront (orange or turquoise)

    I tried to edit the css for the plugin too, but nothing changed…

    How can we handle this?

    thanks and kind regards
    DeNiro

    #38487
    DeNiro
    Participant

    PS: The URL of our Website is https://www.humanitas.one

    #38496
    aaront
    Participant

    Hi Deniro,

    The colours on your cookie banner are exactly the same as when I tired the dark (the turquoise). I decided to use the light (orange) for the time being.

    I too tried changing using CSS but nothing happened.

    Kind Regards,

    aaront

    #38501
    Bartosz
    Keymaster

    Hello,
    Since 1.3.x release the default colors are orange or turquoise, instead of white and blue.
    That’s not a bug, tha’s our decision.

    Of course, with a bit of CSS you can change it to any color out there – nothing changed here.

    #38510
    aaront
    Participant
    This reply has been marked as private.
    #38511
    Painisbeauty
    Participant

    Hi Bartosz,
    do you perhaps have a little hint who this css would look if I want to have the button-color f. e. in LightGray??

    I tried a few things but this did not work at all : (

    #38513
    aaront
    Participant

    Try this using appearance>customise>additional CSS.

    It will produce white text and a blue button, or change to whatever colors you like. In the preview in WordPress only the color of the text changes but it’s fine when you view the actual website.

    #cn-accept-cookie

    {

    color:white;

    background-color: #31638c !important;

    }

    #cn-more-info

    {

    color:white;

    background-color: #31638c !important;

    }

    #38514
    DeNiro
    Participant

    @aaront yes that works. thanks al lot. for everybody who want to edit the refuse-button too here is the code:

    #cn-accept-cookie

    {

    color:white;

    background-color: #0066CC !important;

    }

    #cn-refuse-cookie

    {

    color:white;

    background-color: #0066CC !important;

    }

    #cn-more-info

    {

    color:white;

    background-color: #0066CC !important;

    }

    #38515
    Painisbeauty
    Participant

    @aaront
    Thanx a lot. Worked for me, too.
    : D

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.