• After activating the plugin, if every table row in every admin option (including your plugins.php page) has as blue background on every other row, its because this author called the tr class globally.

    In the plugin folder:
    plugins/ns-woocommerce-watermark/ns-admin-options/css/ns-option-css-custom-page.css

    at line 607 comment out:

    /* tr:nth-child(even) {

    background-color: #F0F8FF;

    } */

  • The topic ‘Alt blue background on all admin pages’ is closed to new replies.