@jglemza
8 years, 5 months ago
You can pull this off by hiding the 3rd li. Something like this should do the trick.
body.page #bbpress-forums li:nth-child(3) { display: none; }