게시판 상단 분류 디자인
본문
게시판 상단에 분류 디자인 수정을 보려고 하는데 css 수정을 어디서 하는건가요..?
답변 2
basic 스킨 기준으로 스킨 폴더 안에 있는 style.css 파일에 있습니다.
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}
개발자 툴로 해당 부분 css 경로 확인해 보세요
답변을 작성하시기 전에 로그인 해주세요.