diff --git a/plugins/unl_theme/css/unl_theme.css b/plugins/unl_theme/css/unl_theme.css
index 49431abcd9f5d59637a739907dbfeabc59ffc3d2..4b8c744e47a7a9f29e7a18bd1293deac7208f9bf 100755
--- a/plugins/unl_theme/css/unl_theme.css
+++ b/plugins/unl_theme/css/unl_theme.css
@@ -72,4 +72,12 @@
 }
 .elgg-page-footer {
     padding-top:20px;
-}
\ No newline at end of file
+}
+
+#messages-reply-form {
+    display: block !important;
+}
+
+.elgg-menu-item-reply {
+    display: none !important;
+}