Como remover a barra inferior de todos os tópicos

How do I remove the bar that is down there :point_down:

Or :arrow_up:

Hide it with CSS:

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.