So entfernen Sie die Spalte „Antworten" von der Startseite

Hallo… wir sind eine neue Community und möchten die Spalte „Antworten" von der Startseite entfernen. Bitte helfen Sie uns dabei.

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:

Thankyou :slight_smile: