ワードプレスのカレンダーの色付け
#wp-calendar td:first-of-type,
#wp-calendar th:first-of-type{
color: red;
}
#wp-calendar #today a,
#wp-calendar #today{
color: white;
background-color:#6699ff;
font-weight:bold;
}
日曜日を赤で表示、投稿した日時は白で表示、日曜日から始まるカレンダーに変更した時の覚書。

コメント