Help:Infobox/user style

From Random Island Wiki
Revision as of 07:10, 6 March 2016 by >SMcCandlish (update)
Jump to navigation Jump to search

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 (for all skins, or Special:MyPage/skin.css for just the current skin), on a line by itself: <source lang="css">.infobox { display: none; }</source>