テーマの修正(テーマXeory Extension)

2016年9月2日

株式会社GLASSY 写真 160902

スポンサーリンク

トップページ メイン背景画像の変更とセンタリング

 

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;
}

スポンサーリンク