Skip to content

Instantly share code, notes, and snippets.

@kwcjr
Last active September 23, 2023 22:55
Show Gist options
  • Save kwcjr/a8b23691e60818ebcccfd34aae174bd8 to your computer and use it in GitHub Desktop.
Save kwcjr/a8b23691e60818ebcccfd34aae174bd8 to your computer and use it in GitHub Desktop.
Hide Update All Buttons on Overview Widget
/**
* Snippet Action: Hide Update All Buttons on Overview Widget.
* Snippet Type: MainWP Custom Dashboard CSS snippet.
* Snippet Author: Keith Crain ( MainWP.com )
*/
#widget-overview div.right.aligned.column > a.ui.disabled.green.basic.button {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment