답변 2개
/theme/basic/css/default.css
약 91줄
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold; display:none;}
약 188줄
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:원하는색상#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em;}
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
타이틀 부분
<h2 id="container_title"><?php echo $board['bo_subject'] ?><span class="sound_only"> 목록</span></h2>
=> 위부분을 제외
게시판 리스트
css/default.css
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인