Hiding the Forum

Remove the related lines from the style so it looks like this

.forum-topics-list,
.blog
{
    display: none !important;
  }

or this if you want to keep the blog too

.forum-topics-list  /* notice here that there is no comma on the end */
{
    display: none !important;
  }