How can I remove the 'Replies' column from the home page

Hi…we are a new community & want to remove the ‘Replies’ column from the home page. Kindy help.

1 Like

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 Likes

Thankyou :slight_smile:

1 Like

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