No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Liberty skin */ | /* CSS placed here will affect users of the Liberty skin */ | ||
.navbar-brand { | |||
display: none; | |||
} | |||
.nav-item .fa, .nav-item .fas { | .nav-item .fa, .nav-item .fas { | ||
Revision as of 07:02, 3 December 2024
/* CSS placed here will affect users of the Liberty skin */
.navbar-brand {
display: none;
}
.nav-item .fa, .nav-item .fas {
display: none;
}
.Liberty .nav-wrapper .navbar .navbar-login .logout-btn {
display: none;
}
#ca-edit i {
display: none;
}
.btn.btn-secondary.tools-btn.tools-share {
display: none;
}