How to remove bottom bar from all topics

Hide it with CSS:

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