• paineone

    (@paineone)


    How can i change the Text and The Design?
    I have Set

    // Don’t load ‘Ilmenite Cookie Consent’ stylesheets
    define( ‘ILCC_DEV_MODE’, true );

    in my wp-config file when the plugin was not active
    but nothing happend…

    I Want to change the font size and the bgcolor…

    I dont know how i have to use the filters

    (there is a filter available ?ilcc_consent_text‘.)

    Im newbee in WordPress…

    can u help me

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter paineone

    (@paineone)

    can u set a “Edit” button in WP Adminpanel?

    So everyone can Change the Text, size ans Color of the Background and Button very easy…

    i hope u can do this ??

    Plugin Contributor Bernskiold Media

    (@bernskioldmedia)

    If you write your CSS in your stylesheet, it will of course override what we have as a default.

    This plugin is meant to be lightweight and developer-oriented, so no edit button for changing this is planned.

    You’ll just have to use the filter to change it like so: https://gist.github.com/ErikBernskiold/d302bb9903550d5faa392e0ef25833f2

    Thread Starter paineone

    (@paineone)

    Okay thanks I will test it tomorrow.

    One question:

    How i can change the background color ?

    Plugin Contributor Bernskiold Media

    (@bernskioldmedia)

    You can style the box using normal CSS, such as:

    #cookie-consent-block { background-color: red;?}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the Text and Layout’ is closed to new replies.