Global Styles Mods Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin fixes issues with WordPress 5.9.
After updating to WordPress 5.9+, do you experience sudden font size change on your website?
Or maybe even a color change issues?
This plugin may help!
It lowers specificity of WordPress 5.9+ global CSS styles by removing !important
rules and using :root
instead of body
selector for setting up CSS properties. It also enqueues the stylesheet early enough so your theme or plugin stylesheets have a better chance to override global styles.
More details
WordPress 5.9 started to apply !important
CSS rule and is setting up CSS properties within body
selector in global stylesheet. This rises the global styles specificity and overrides Gutenberg compatible theme styles.
This plugin fixes the issue by lowering the specificity of WordPress global CSS styles by applying a fix from an issue reported at Gutenberg GitHub repository.
For more info about how WordPress 5.9 global styles looks like, check “Updates for Settings, Styles, and theme.json” article.
Screenshots
No screenshots provided