MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* CSS placed here will be applied to all skins */ | ||
.mw-logo-wordmark { | /* Hide the site title next to the logo */ | ||
.mw-wiki-title, | |||
.mw-logo-wordmark, | |||
#p-logo-text { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 18:58, 7 December 2025
/* CSS placed here will be applied to all skins */
/* Hide the site title next to the logo */
.mw-wiki-title,
.mw-logo-wordmark,
#p-logo-text {
display: none !important;
}