• I know that it is possible to “overwirte” the button color via adding some custom CSS in my own theme’s CSS nut this is not the way it should be.

    In my opinion the theme’s should not hold any code or CSS declaration of dedicated plugins.

    So why not adding a small piece of code in the plugin where everybody can change the color of the button? Then, only then, the color settings are where they should be: in the plugin-setting.

    Cheers

    Kai

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can add propriety

    /* For phrase */
    #cn-notice-text {
    color: #0d6cbf !important;
    }

    /* For button */
    .bootstrap {
    color: #fff !important;
    }
    .bootstrap:hover {
    color: #ff0000 !important;
    }

    Thread Starter Kai J.

    (@kjoussen)

    Hi.

    Yes, this would do the trick, but in my opinion, any settings – also color changes – for one particular plugin should be done by the plugin and not the CSS of my theme.

    As you already can change some colors for the Cookie Notice this is more a feature request than a bug report.

    Thanks anyway, in the meantime i will do it that way.

    Kai

    You must contact the webmaster and ask hi to put these options in the next version.

    Thread Starter Kai J.

    (@kjoussen)

    You’re right.

    But in the past i placed this here (for other plugins) and the requests were at least answered by the author.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Button Color’ is closed to new replies.