• Resolved authenticastro

    (@authenticastro)


    I updated earlier to WordPress 5.8. For some reason, the styles defined in common.min.css are overriding my theme’s styling. I have since reverted back to 5.7.2. Anyone else having this problem? Is there a fix yet?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter authenticastro

    (@authenticastro)

    Thanks James

    Likewise experienced this issue for one of my customers. I’ve isolated the source of the disruption to be coming from a plugin called “Helpie FAQ” as explained here: https://www.ads-software.com/support/topic/wordpress-5-8-compatibility-issue/. Maybe other plugins are also having similar issues with v5.8?

    We have a custom theme we built and it too has issues with 5.8 mainly around changing default styles and colors.

    We’d also de-equeue, but we’d like to know (and can’t find the answer to) what these styles do or if they’re being prepositioned for new functionality in this and later versions?

    The new stylesheets appear to be:
    – common.min.css
    – forms.min.css
    – reset.min.css

    Thanks!

    mw247

    (@mw247)

    Also having an issue with common.min.css. The following snippet is overwriting paragraph styles. Perhaps the comma should be removed.

    .wp-die-message, p {
        font-size: 13px;
        line-height: 1.5;
        margin: 1em 0;
    }
    • This reply was modified 3 years ago by mw247.
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Problems with common.min.css in 5.8’ is closed to new replies.