Hi! I'm running v1.31 and trying to hide the search box on the main page only. I have the following code in my MediaWiki:Common.css but it doesn't work:
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading .p-search { display: none; }