投稿などの404


.entry-date a,
.author-link a {
pointer-events: none; /* クリックを無効化 */
cursor: default; /* カーソルを標準に戻す */
text-decoration: none; /* 下線を消す */
color: inherit; /* 文字色を親要素から継承 */
}

.entry-date,
.author-link {
display: inline; /* 必要に応じて */
}/* ここにCSSコードを追加

例:
.example {
color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */