Jump to content

MediaWiki:Common.css: Difference between revisions

From ZelocoreCMS Wiki
Resetting CSS to default as per user request
Tags: Replaced Reverted
Safely hiding the Main Page title.
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Reverted to default MediaWiki CSS */
 
/* 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; }

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; }