Hi…we are a new community & want to remove the ‘Replies’ column from the home page. Kindy help.
Canapin
(Coin-coin le Canapin)
2
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: