• Select the buttons style:
    *Light *Dark

    These colors don’t suit me at all. Wouldn’t a color picker make sense? Before the update, the color was decent. It looked nice everywhere.

    Mfg. Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am trying to figure this out as well. I’ve tried entering CSS to override and nothing works. Please update if you find a solution. The new colors do not match the website.

    Thanks!

    Thread Starter mikeaustria

    (@mikeaustria)

    @tmarroyo17

    
    /* cookie notice - button style dark */
    .cn-button.bootstrap {
        color: #000;
        background: #F0F0F0;
    }
    
    /* cookie notice - button style light */
    .cn-button.wp-default {
        color: #000;
        background: #F0F0F0;
    }
    

    Have a nice day!

    • This reply was modified 4 years, 7 months ago by Yui.
    • This reply was modified 4 years, 7 months ago by Yui. Reason: please use CODE button for proper formatting
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘buttons style’ is closed to new replies.