Hoe verwijder ik de onderste balk van alle onderwerpen

Hide it with CSS:

.topic-map {
    display:none;
}
5 likes