Como remover a coluna 'Replies' da página inicial

Olá… somos uma nova comunidade e queremos remover a coluna “Respostas” da página inicial. Por favor, ajude-nos.

1 curtida

Go to your admin panel -> customize -> click your theme -> edit CSS/HTML -> CSS tab, and insert this:

th[data-sort-order="posts"], .topic-list .posts {
    display: none;
}

It will look like this:

6 curtidas

Thankyou :slight_smile:

1 curtida

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