MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โ-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (โ-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Remove all CreateAccount statistics blocks */
.mw-createacct-benefits-container,
.mw-createacct-benefits-heading,
.mw-createacct-benefits-list,
.mw-number-text.icon-edits,
.mw-number-text.icon-pages,
.mw-number-text.icon-contributors {
display: none !important;
}
/* Remove duplicate headings outside the container */
div.mw-createacct-benefits-heading,
div.mw-number-text.icon-edits {
display: none !important;
}