:root{--page-title-display:none;}/* Start custom CSS *//* 1) 隱藏：分類 / 日期 / 留言（但不動瀏覽人次） */
.entry-meta .cat-links,
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .meta-sep {
  display: none !important;
}

/* 2) 強制保留「瀏覽人次」那塊（你的外掛 class 有 post-views） */
.entry-meta.post-views {
  display: block !important;
  text-align: center !important;
  margin: 12px auto 0 !important;
}

/* 3) 讓瀏覽人次裡面的 icon/文字不會被擠歪（可有可無，但通常會更整齊） */
.entry-meta.post-views span {
  display: inline-block;
  vertical-align: middle;
}/* End custom CSS */