desactivar estilos globales wordpress 5.9

Sure!

To deactivate global styles in WordPress 5.9, you can follow these steps:

Step 1: Navigate to Appearance -> Customize in your WordPress dashboard.

Step 2: Look for the "Additional CSS" option in the Customizer and click on it.

Step 3: Add the following code to the Additional CSS section:

/ Disable Global Styles /
.add-global-styles body {
    color: initial;
    font-family: inherit;
    line-height: inherit;
}

Step 4: Click on the "Publish" button to save your changes.

These steps will help you deactivate global styles in WordPress 5.9.