Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From TheOpenRoad Support
Created page with "Hide the site name text next to the logo image in Vector 2022: .vector-header .mw-logo-text { display: none !important; }"
 
No edit summary
Line 2: Line 2:


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

Revision as of 19:28, 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;
}