diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index 621e226260..143c143542 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -44,17 +44,21 @@
{forumrow.FORUM_IMAGE}
{forumrow.FORUM_NAME}
-
{forumrow.FORUM_DESC}
+ {forumrow.FORUM_DESC}
-
{forumrow.L_MODERATOR_STR}{L_COLON} {forumrow.MODERATORS}
+ {forumrow.L_MODERATOR_STR}{L_COLON} {forumrow.MODERATORS}
-
{forumrow.L_SUBFORUM_STR}{L_COLON}
+
+ {forumrow.L_SUBFORUM_STR}{L_COLON}
-
- {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR}
+
+
+ {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR}
+
+
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index d4c8ea730b..360c3985eb 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -88,6 +88,18 @@ ul.topiclist dfn {
padding-top: 5px;
}
+.forum-desc {
+ display: none;
+}
+
+.forum-mods {
+ display: none;
+}
+
+.forum-subs {
+ display: none;
+}
+
li.row {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;