메인 공지사항 원하는 글만 노출되게 하는 방법 채택완료

메인화면에 저런 박스로 해서 공지사항 게시판 최신글 순서로 노출되도록 되어 있습니다.
최신글 대신 저 ㅇㅇ 부분을 클릭하면 제가 원하는 공지글로 이동될 수 있도록 하고 싶어요.
그리고 옆에 좌우 화살표도 아예 없애고 싶은데 어떻게 수정을 해야 할까요? ㅠㅠ
index.php
notice/latest/style.css
.notice_wr .bx-prev{background:url('./btn_prev.png') #656aff no-repeat 50% 50%;width:28px;height:28px;display:inline-block;text-indent:-999px;overflow:hidden;vertical-align:top} .notice_wr .bx-next{background:url('./btn_next.png') #656aff no-repeat 50% 50%;width:28px;height:28px;display:inline-block;text-indent:-999px;overflow:hidden;vertical-align:top;margin-left:1px} @media (max-width: 969px){ .notice_wr{margin:30px 15px} }
@media (max-width: 639px){ .notice_wr{margin:15px 0;padding-left:80px} .notice_wr h2{padding:0 15px} .notice_wr .bx-controls-direction{right:15px} .notice_wr{line-height:55px} }
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인