Comment supprimer la barre du bas de tous les sujets

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

Or :arrow_up:

Hide it with CSS:

.topic-map {
    display:none;
}
5 « J'aime »

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