Re: Control Look of Module Display on Wiki Pages Posted by seromine 26 Aug 2008 17:20 GMT-0000 posts: 130 Just to be accurate for future reference, here is the css I added to remove the borders and title shading from modules on wiki pages..... Copy to clipboard.wikitext div.box { width : auto; border: none; } .wikitext div.box-title { display: none; }