/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/**
 * すべての投稿タイプでページヘッダー上の著者情報を非表示にする CSS
 */
.entry-meta-item-author {
	display: none;
}
 * アイキャッチ画像を非表示にする CSS
 */
.wp-post-image {
      display: none;
}