XF 2.1 Remove title

You can use this
Less:
body[data-template="forum_list"] .p-title-value {
   display: none;
}
You can use 1 of any options. With the version from @Chris D’s message, you will delete it completely, and with this option you will simply hide everything from the page.
 
Top Bottom