Please or Register to create posts and topics.

How to hide small stats below topic title

I would like to know how can I hide the smalls stats below topic title as image attached.

Uploaded files:
  • Screenshot_541.jpg

You can add:

.topic-stats {
  display: none !important;
}
.forum-stats {
  display: none !important;
}

to Forum -> Appearance -> Custom CSS

and after saving also clear your browser file cache

Asgaros has reacted to this post.
Asgaros