묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
xedtion 배경화면 변경 문의
2015.07.13 23:50
xediton 으로 공부 하고 잇는 쌩초보입니다.
검색해보고 적용 해보았는데도 바뀌지 않아서 이렇게 질문을 남깁니다.
xedion 배경이미지가 흰바탕인데 이미지로 변경 방법이 어떡해 되나요
질게에 올라온 pom.xml 에 추가하고 layout.html 에 추가 햇는데도 바뀌질 않네요ㅠ
혹시나해서 강제적으로 하는
.container{min-width:1240px;background-image:url(../img/bg_01.jpg);background-repeat: no-repeat;background-position: top center;background-color:#0c0807}
이구문을 넣어봤는데도 바뀌질않아서 질문을 드립니다.
답변좀 부탁드릴게요
일단 배경이미지의 경로가 맞는지 확인하시구요.
layout.html에서 스타일을 쓰시려면
<style type="text/css">
.container{min-width:1240px;background-image:url(../img/bg_01.jpg);background-repeat: no-repeat;background-position: top center;background-color:#0c0807}
</style>
이렇게 style태그 내에서 쓰셔야 합니다.
또한 로드되는 css파일과의 적용 우선순위도 고려해야합니다.
잘 안되면 layouts/xedition/css/layout.min.css 제일 뒷부분에
.container{min-width:1240px;background-image:url(../img/bg_01.jpg);background-repeat: no-repeat;background-position: top center;background-color:#0c0807} 을 적으셔도 됩니다.