We are also having issues with the injected CSS. Long chain, ID specific style selectors flagged as !important are very difficult to override and require even longer chained – or more specific – CSS classes to override. This makes code consistency and maintenance difficult. Additionally we don’t see changing or rewriting third-party plugin code as a good practice.
Example of css printed into the document head:
#widget-collapscat-4-top li.collapsing.categories.item:before {
content: '0BB 0A0' !important;
}
Whilst the preset CSS options provided by the plugin are generally usable – the flexibility offered by overwritable styles would be greatly appreciated.