MediaWiki:Common.css: Difference between revisions
From FMRIF
Content added Content deleted
Fmrifadmin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; }") |
Fmrifadmin (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
body.page-Main_Page h1.firstHeading { display:none; } |
body.page-Main_Page h1.firstHeading { display:none; } |
||
+ | |||
+ | #ca-talk { |
||
+ | display: none !important; |
||
+ | } |
Latest revision as of 09:45, 28 November 2023
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } #ca-talk { display: none !important; }