Skip to content

Instantly share code, notes, and snippets.

@kwcjr
Last active February 27, 2024 20:53
Show Gist options
  • Save kwcjr/f1a137e71a5ffbbb44dd90c720c76790 to your computer and use it in GitHub Desktop.
Save kwcjr/f1a137e71a5ffbbb44dd90c720c76790 to your computer and use it in GitHub Desktop.
Change Filter Display Default
/**
* Snippet Action: Change Filter Display Default
* Snippet Type: MainWP Custom Dashboard CSS snippet.
* Snippet Author: MainWP.com
*/
#mainwp-sites-filters-row {
display: block!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment