/*
 * Theme Name: Xeory Extension Child
 * Template: xeory_extension
 * */

/* 投稿者を非表示 */
.post-author {
  display: none !important;
}

/* 投稿日を非表示 */
.post-date {
  display: none !important;
}

.post-meta-area {
  display: none !important;
}
/* コメント・カテゴリも消したい場合（任意） */
.comments-link,
.post-categories,
.post-tags {
  display: none !important;
}
