Search

게시글의 게시판 이름, 글 제목, 작성자, 작성일 제거하기

태그
일반
1 more property
HTML 소스코드를 활용하면 게시글의 게시판 이름, 게시글 제목, 작성자, 작성일 항목을 제거하고 깔끔하게 본문만 보여 줄 수 있어요.
디자인 에디터 상단의 페이지를 선택 후, [게시판 > 게시글]을 클릭해 주세요.
상단의 섹션을 선택 하고, 본문 영역에 HTML 섹션을 추가해 주세요.
TIP: HTML 섹션의 디자인 탭에서 상하 여백 사용을 체크 해제하면 헤더 상단에 여백이 생기지 않습니다. 자세한 설정 방법은 헤더 영역의 HTML 섹션에 css, js 스크립트 추가 시 여백 제거하기를 참고해 주세요!
HTML 섹션을 [공통] 유형으로 설정 후, 아래 HTML 소스 코드를 입력해 주세요. 오른쪽 상단의 [사이트 게시]를 클릭하면 사이트에 적용됩니다.

게시판 이름, 게시글 제목, 작성자, 작성일 제거 코드

<style> [class*="PostT01_wrapper"] h2, [class*="PostT01_wrapper"] [class*="PostT01_post-header"], [class*="PostT01_wrapper"] [class*="PostT01_post-header"] + [class*="Divider_divider"], [class*="PostT01_wrapper"] [class*="Comment_comment-header"], [class*="Post_wrapper"] h2, [class*="Post_wrapper"] [class*="Post_post-header"], [class*="Post_wrapper"] [class*="AuthorDateTime_wrapper"], [class*="Post_wrapper"] [class*="Divider_divider"], [class*="TripleColumnLayout_left-panel"] h2, [class*="TripleColumnLayout_center-panel"] [class*="Post_post-panel"] [class*="Post_title-panel"], [class*="TripleColumnLayout_center-panel"] [class*="Post_post-panel"] [class*="PostComment_comment-header"]{ display: none; } [class*="PostT01_wrapper"] [class*="PostT01_post-contents-wrapper"], [class*="Post_wrapper"] [class*="Post_post-contents-wrapper"] { padding-top: 0px; } [class*="TripleColumnLayout_center-panel"] [class*="Post_post-panel"] [class*="PostComment_comment"], [class*="Post_wrapper"] [class*="PostComment_comment"] { margin-top: 0; } </style>
Java
복사
HTML 섹션 안내서로 돌아가기