• Any chance you can push an update of your plugin but remove the broad, all encompassing CSS rules you’ve written into it? Stuff like:

    .login_dialog button, input, select, textarea, label{
        font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 16px !important;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.66;
    }

    Why operate under the assumption that a user would want you to override the theme’s styles for all inputs, all selects, all textareas and all labels instead of just for the modal login?

    Found another instance where setting the font colour for the modal login then applied that colour to ALL <h2> tags across the entire site.

    Is an update to this forthcoming or should an alternative be sought?

The topic ‘Remove Broad CSS Styling’ is closed to new replies.