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