S
Silvio
In version 2.0 you can use the CSS Override in the Theme settings.
div.v-menu__content div div:has(.mdi-facebook),
div.v-menu__content div div:has(.mdi-linkedin),
div.v-menu__content div div:has(.mdi-reddit),
div.v-menu__content div div:has(.mdi-telegram),
div.v-menu__content div div:has(.mdi-twitter),
div.v-menu__content div a:has(.mdi-phone-in-talk),
div.v-menu__content div div:has(.mdi-sina-weibo),
div.v-menu__content div div:has(.mdi-whatsapp) {
background-color: red !important;
display: none !important;
}
Nicolas Giard
added in v3
Matt Leonow
I inserted the following css in Admin > Theme > Code Injection:
.page-shortcuts-card {
display: none!important
}
Marcel Vroon
Social links are not always wanted. When a wiki is used as business knowledge base with confidential information you don't want this option.
game tes
Help!!!
How to disable social links?
Nicolas Giard
game tes: You can't. This is coming in 3.0.