23Nov/110
How to remove toolbox from the sidebar in MediaWiki
To remove the toolbox from MediaWiki sidebar
- Open MediaWiki:Common.css
- Edit MediaWiki:Common.css and add the following lines of code to the bottom
/* remove Toolbox */ #p-tb { display:none !important; } - Save your changes and then clear your browsers cache. I you do not know how to clear your browsers cache check out http://www.wikihow.com/Clear-Your-Browser%27s-Cache




