묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
사이트 하단 색상변경
2013.07.12 18:40
하단이 검은색배경에 흰색글씨입니다.. 흰색배경에 검은색 글씨로 바꾸고싶은데 어떻게바꿔야할지... 알려주시면감사하겠습니다.
위링크의 엘카스킨쓰고있습니다.. 수정경로와 어느부분수정해야할지알려주시면감사하겠습니다!
댓글 3
-
지그재거
2013.07.12 18:51
-
사이트지원
2013.07.12 19:18
_foter.html 에 "#ft{position:fixed;margin:0 auto;text-align:center;z-index:1;background: rgba(255,255,255,0.95);color:#000" 이게 없더군요?... 문구를아예추가하시라는건가요?? -
지그재거
2013.07.12 19:35
아닙니다. -
지그재거
2013.07.12 19:30
layout/elkha_graystyle/css/style.css/* #footer */#footer { background:#000 url(../img/footer.png) no-repeat; border-top:5px solid #0189dd; }=====>/* #footer */#footer { background-color:#fff; border-top:5px solid #0189dd; color:#000 }일단 바꾸어 보세요. -
사이트지원
2013.07.12 19:33
감사합니다! 배경은 흰색으로변했습니다~.. 다만 글씨색은 흰색입니다.. 어디부분수정해야하는지.. -
지그재거
2013.07.12 19:39
재 수정했습니다.아래 color ? background ? 만 바꾸면 됩니다.#footer .map a { color:/*#777*/#999; font-family:Verdana, Arial; text-decoration:none; }#footer .map .a1 { display:block; *zoom:1; padding:3px; border-bottom:3px solid #363636; font-weight:bold; color:#999; }#footer .map .ul2 { padding:5px; }#footer .map .li2 { padding:2px 0; }#footer .map .ul3 { padding:3px; }#footer .map .li3 { text-indent:15px; background:url(../img/map_li3.gif) no-repeat 2px 4px; }#footer .map .on,#footer .map a:hover,#footer .map a:focus { color:#0189dd; border-color:/*#0189dd*/#fff; }#footer .layer { position:relative; height:60px; padding:18px 20px 0; background:url(../img/footer.gif) repeat-x; }#footer .layer ul { padding:0 0 5px; }#footer .layer ul li { display:inline; background:url(../img/sta.gif) no-repeat 0 2px; }#footer .layer ul li.li0 { background:none; }#footer .layer ul li.li0 a { margin-left:0; }#footer .layer ul a { margin:0 7px 0 10px; font-size:11px; color:#aaa; text-decoration:none; }#footer .layer ul a:hover,#footer .layer ul a:focus { color:/*#ddd*/#333; text-decoration:underline; }#footer .copyright { font:11px Arial; color:#888; }#footer .copyright * { font:11px Arial; }#footer .copyright a { color:/*#ccc*/#999; text-decoration:none; }#footer .copyright a:hover,#footer .copyright a:focus { color:/*#fff*/#666; }#footer .copyright .powered { position:absolute; top:15px; right:15px; font:10px Arial; text-align:right; }#footer .copyright .powered * { font:10px Arial; } -
사이트지원
2013.07.12 19:55
글씨색은 검은색으로 안변했습니다;; -
지그재거
2013.07.12 19:58
위의 color:??? 을 전부 color:#000 으로 바꾸세요 -
사이트지원
2013.07.12 20:08
오..채택해드리겠습니다~..앞으로도 좋은답변 부탁드리며~.. 혹시 글씨가운데도 할수있다면 알려주시면감사하겠습니다~
http://www.xpressengine.com/qna/22175355 채택 바라고요 ... 다른 소스 중 ...
하나 샘플로 올립니다.
/* 푸터 */
#ft{position:fixed;margin:0 auto;text-align:center;z-index:1;background: rgba(255,255,255,0.95);color:#000
}
저 아랫동네 색상은 .html 에서 id="" or class="" 부분이 있습니다.
그 부분 "" 에 들어가 있는 #? .? 을 css 에서 검색 후 color:#??? 은 글씨색상 ... background or background-color 는 배경색상을 바꾸면됩니다.