浏览代码

Skatepark: Hide says span in comments

Sarah Norris 4 年之前
父节点
当前提交
ce78ee5fdc
共有 2 个文件被更改,包括 8 次插入0 次删除
  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;
 }
 
+.wp-block-post-comments .comment-author .says {
+	display: none;
+}
+
 .wp-block-post-comments .commentmetadata {
 	margin-bottom: 36px;
 }

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

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