Thomas, Arjun wrote :
Does anyone know how to remove page names across the site?
You mean to not display them at the top of each article ?
something like this in the css (either main.css or the wiki page [[Mediawiki:Common.css]]) should work :
.firstHeading { display: none; }