Hi…we are a new community & want to remove the ‘Replies’ column from the home page. Kindy help.
1 „Gefällt mir“
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 „Gefällt mir“
Thankyou
1 „Gefällt mir“
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.