Jump to content

Help:Infobox/user style

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SMcCandlish (talk | contribs) at 10:55, 6 March 2016 (creating documentation transclude). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Infoboxes and user style

Logged-in users can use user CSS to hide infoboxes in their own browsers.

To hide all infoboxes, add the following to Special:MyPage/common.css, on a line by itself:

.infobox { display: none; }