채택완료

검색바 글자색상 문의드립니다.

 

 

현제 홈페이지를 배경화면 전체 블랙으로 했구요..

 

상단 검색바에 글자치면 검은색으로 나옵니다...

 

http://mulim.woweb.net/

 

어디가 문제일까요 ㅠㅠ  ?

|

답변 2개 / 댓글 1개

채택된 답변
+20 포인트

http://mulim.woweb.net/theme/mw5/style.css
162라인

Copy
.head .search-text input {
    border:0;
    font-size:1.5em;
    font-weight:bold;
    line-height:25px;
    color: #fff; /* 색상*/
    width:98%;
    margin:5px 0 0 5px;
    outline:none;
    background-color:transparent;
}

 

수정

답변에 대한 댓글 1개

감사합니다 ~ 꾸벅!

input에 color를 추가해주세요

 

/theme/mw5/style.css > .head .search-text input 에 추가해주시면 되겠네요

답변을 작성하려면 로그인이 필요합니다.