/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* 追加CSS */

/* ページタイトル表示削除 */
.page-header_pageTitle {
	display:none;
} 
.page-header {
	display:none;
} 

/* フッターのクレジット削除 */
/*Version: 15.8.0*/
footer .copySection p:nth-child(2) {
    display:none !important;
}

/* Version: 15.14.1 */
footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
}
