So entfernen Sie die unteren Leiste aus allen Themen

Hide it with CSS:

.topic-map {
    display:none;
}
5 „Gefällt mir“