• Resolved Kai J.

    (@kjoussen)


    Hi there.

    Beside the fact that your great plugin should be tested against the most recent version (what i did and so far….fine), will there be a possibility to change some colors in the next version instead of changing the CSS files?
    E.g. button colors and so on.

    Thanks in advance

    Kai

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author LuckyWP

    (@theluckywp)

    Hello!
    Yes, we planning make this in future versions.

    Try CSS custimizer
    Example
    https://www.123webonline.de/

    .lwpcngNotice {
    padding: 12px 24px;
    font: 16px/20px “Ubuntu”,”Helvetica CY”,sans-serif;
    box-shadow: 0 0 4px
    rgba(157, 28, 32, 1);
    border: 0 solid;
    }

    .lwpcngNotice-light .lwpcngNotice_accept:hover {
    border-color:
    #9d1c20;
    background: #d1f1ce;
    }
    .lwpcngNotice-light A, .lwpcngNotice-light A:visited {
    color:
    #000;
    font: 16px/20px “Ubuntu”,”Helvetica CY”,sans-serif;
    }
    .lwpcngNotice-light A, .lwpcngNotice-light A:hover {
    color:
    #9d1c20;
    font: 16px/20px “Ubuntu”,”Helvetica CY”,sans-serif;
    }
    .lwpcngNotice-light .lwpcngNotice_accept {
    color:
    #9d1c20;
    }

    best regards karsta

    Thread Starter Kai J.

    (@kjoussen)

    Thanks Karsta.

    In fact i know that i could change it via CSS but for convenience…. ??

    However, i switched to another GDPR / Cookie Plugin anyway.

    Kai

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Colors’ is closed to new replies.