Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From TheOpenRoad Support
No edit summary
No edit summary
Line 6: Line 6:


.vector-header .mw-logo-container > a:nth-child(2) {
.vector-header .mw-logo-container > a:nth-child(2) {
    display: none !important;
}
.mw-logo-wordmark {
     display: none !important;
     display: none !important;
}
}

Revision as of 19:29, 19 June 2025

/* Hide the site name text next to the logo image in Vector 2022 */

.vector-header .mw-logo-text {
    display: none !important;
}

.vector-header .mw-logo-container > a:nth-child(2) {
    display: none !important;
}

.mw-logo-wordmark {
    display: none !important;
}