스크랩 버튼 클릭시에 팝업 창의 배경색상은 어디서 바꾸면 되나요?
본문
스크랩 버튼 클릭시에 팝업 창의 배경색상 색상을 검은색 바꾸려고 하는데 scrap_popin.skin.php 에서 div에 색상 넣으면 첨부된 이미지 처럼 아래위로 흰색의 배경이 없어지질 않네요.. 스크랩팝업창 전체의 배경색을 검은색으로 바꾸려고 합니다.. 도움 부탁올립니다
답변 2
basic 스킨의 경우 아래 파일에 있습니다.
/theme/basic/css/default.css
.new_win .win_desc {
position: relative;
margin: 10px;
border-radius: 5px;
font-size: 1em;
background: #f2838f;
color: #fff;
line-height: 50px;
text-align: left;
padding: 0 20px;
}
scrap_popin.skin.php 에
<style>
body {background:#000}
</style>
답변을 작성하시기 전에 로그인 해주세요.