Jump to content

MediaWiki:Common.css: Difference between revisions

From ZelocoreCMS Wiki
Emergency removal of all custom CSS.
Tag: Replaced
Safely hiding the Main Page title.
 
Line 1: Line 1:
/* CSS removed as requested */
 
/* Hide the page title exclusively on the Main Page */
body.page-Main_Page h1#firstHeading,
body.page-Main_Page .firstHeading,
body.page-Main_Page .mw-page-title-main { display: none !important; }

Latest revision as of 08:08, 29 July 2026

/* Hide the page title exclusively on the Main Page */
body.page-Main_Page h1#firstHeading,
body.page-Main_Page .firstHeading,
body.page-Main_Page .mw-page-title-main { display: none !important; }