テーマの修正(テーマXeory Extension)
トップページ メイン背景画像の変更とセンタリング
style.css
body.home #main_visual {
background-image: URL(http://);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 600px !important;
color: #fff;
text-align: center;
}
トップページ コンテンツ画像のセンタリング
style.css
body.home #front-contents .c_img_box {
position: absolute;
top: 0;
width: 40%;
height: 100%;
z-index: 0;
background-size: cover;
background-position: center center !important;
background-repeat: no-repeat;
}