/*
 Theme Name:   Lightning Child Theme
 Theme URI:    https://example.com/your-child-theme
 Description:  Lightningのカスタマイズ用子テーマ
 Author:       Your Name or Company
 Author URI:   https://example.com
 Template:     lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, responsive, custom-header, custom-menu
 Text Domain:  lightning-child
*/


/* 投稿の著者名（投稿者名）を非表示 */
.entry-meta-item-author { display: none; }

/* 公開日付を非表示 */
/* .entry-meta-item-date { display: none; } */