[Plugin: Better WordPress Minify] Need to exclude admin colors-fresh.css
-
I’m trying to figure out how to exclude the wp-admin/css/colors-fresh.css so it doesn’t get combined and minified.
I’ve actually got a function that deregisters this file when BWP Minify is not running, so I can use my own custom login css. However when I activated BWP Minify, it finds this css file and combines it regardless of my function deregistering it.
Unfortunately, a number of selectors in the color-fress.css are set with !important tags (sigh) so I can’t overwrite these unless I can get BWP Minify to not include the file.
In admin-header.php it is being enqueued as ‘colors’, but I tried adding that as the handle to ignore and nothing happened (and I did remember to flush cache).
Thanks in advance for your attention.
The topic ‘[Plugin: Better WordPress Minify] Need to exclude admin colors-fresh.css’ is closed to new replies.