Browse Source

Skatepark: Hide says span in comments

Sarah Norris 4 years ago
parent
commit
ce78ee5fdc
2 changed files with 8 additions and 0 deletions
  1. 4 0
      skatepark/assets/theme.css
  2. 4 0
      skatepark/sass/blocks/_post-comments.scss

+ 4 - 0
skatepark/assets/theme.css

@@ -249,6 +249,10 @@
 	font-weight: bold;
 	font-weight: bold;
 }
 }
 
 
+.wp-block-post-comments .comment-author .says {
+	display: none;
+}
+
 .wp-block-post-comments .commentmetadata {
 .wp-block-post-comments .commentmetadata {
 	margin-bottom: 36px;
 	margin-bottom: 36px;
 }
 }

+ 4 - 0
skatepark/sass/blocks/_post-comments.scss

@@ -131,6 +131,10 @@
 		cite {
 		cite {
 			font-weight: bold;
 			font-weight: bold;
 		}
 		}
+
+		.says {
+			display: none;
+		}
 	}
 	}
 
 
 	.commentmetadata {
 	.commentmetadata {