Orest Bida

Results 103 comments of Orest Bida

Thank you for the contribution!

The current toggle behaviour is the only one valid for me: whether you have accepted one or all tracking services, tracking is enabled nonetheless, so treat the category as enabled....

Yes, this was already discussed [here](https://github.com/orestbida/cookieconsent/discussions/790#discussioncomment-12967867). And I am fine with implementing it with this approach: ``` domain: ```

Unless you provide a demo I won't be able to help you.

Fair enough. By the way, this occurs only when you omit the title.

Yes, there will be a new field to handle cases like yours.

NVM, I had forgotten that there's already a [`consentModal.label`](https://cookieconsent.orestbida.com/reference/configuration-reference.html#translation-consentmodal) option. ```javascript translations: { 'en': { consentModal: { label: 'Cookie Consent Modal', ... } } }

You can change the colors via css variabiles or you can use your own custom css to override the default styles.

Sorry, this plugin is not compatible with CSS frameworks such as tailwind/bootstrap and will likely stay like this.