如何从所有主题中删除底部栏

Hide it with CSS:

.topic-map {
    display:none;
}
5 个赞