tapiokansleri
Forum Replies Created
-
Forum: Plugins
In reply to: [Kansleri Cookie Consent] How to remove cookie categoryHi! Good point.
I just made an update that will let you hide (or disable) the categories that are not in use in the website.

- This reply was modified 1 week, 1 day ago by tapiokansleri.
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Cron infoI’m gonna mark it resolved unless you have more questions
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Cron infoHeyy sorry for the long delay. I missed this message for some reason.
Yes, the plugin registers a real scheduled job. The “Next check: …” timestamp is read directly from that schedule.
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Banner style settingsHi! You’re right, the border wasn’t really needed (it was just inside the Customize view).
I’ve released a minor update that removes the border and makes all the elements customizable.
You can also find a CSS template under the Documentation tab if you’d like to customize the banner even further
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Banner style settingsI have just made a new update. Now you can edit the banner with color pickers in the back end.
Forum: Plugins
In reply to: [Kansleri Cookie Consent] Banner style settingsHi! Thank you for using it 🙂
I’m making the CSS editing easier in the next update but for now you can change the colors by modifying these classes::root {
--kncc-primary: #d8232a; /* primary color (Accept button, links, floating button) /
--kncc-primary-hover: #b91c22; / hover state /
--kncc-primary-text: #fff; / primary button text color /
--kncc-secondary: #f3f4f6; / Decline button background /
--kncc-secondary-hover:#e5e7eb;
--kncc-secondary-text: #374151;
--kncc-banner-bg: #fff; / banner background /
--kncc-heading: #1f2937; / heading color (Plugin style only) /
--kncc-body: #4b5563; / description text color /
--kncc-border: #e5e7eb; / top border of the details section */
}