@charset "utf-8";

/*
Theme Name: Katawara Child
Theme URI:
Template: katawara
Description:
Author:
Tags:
Text Domain: katawara
Version: 0.0.1
*/

/*投稿日を非表示にする*/
.single-post .p-entry_meta_posttimes{
display:none;
}
/*最終更新日を非表示にする*/
.single-post .p-entry_meta_updated{
display:none;
}
/*投稿者名を非表示にする*/
.single-post .p-entry_meta_items_author{
display:none;
}

