Skip to content

Instantly share code, notes, and snippets.

@kwcjr
Last active September 26, 2023 01:37
Show Gist options
  • Save kwcjr/ceb09f23f25be77b5e14de187633f688 to your computer and use it in GitHub Desktop.
Save kwcjr/ceb09f23f25be77b5e14de187633f688 to your computer and use it in GitHub Desktop.
Hide Update All Buttons specific pages.
/**
* Snippet Action: Hide Update All Buttons specific pages.
* Snippet Type: MainWP Custom Dashboard CSS snippet.
* Snippet Author: MainWP.com
*/
/* Overview widgets. */
.mainwp-ui #widget-overview .ui.green.basic.button,
/* Manage Updates page. */
.mainwp-ui .mainwp-manage-updates-table .mainwp-update-all-button,
/* MainWP Update all button. */
#mainwp-plugins-updates-table .ui.button.green:not( .basic, .disabled ) {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment