Igniplex "Dengarkan" 버튼 제거하는 방법
-
Blogger 대시보드 → 테마 > HTML 편집
-
speech
를 검색 (Ctrl + F
) -
아래 코드 찾기:
<Variable name="speech" description="Text To Speech" type="length" default="1px" min="0px" max="1px" value="1px"/>
value="0px"
로 수정해서 비활성화
Igniplex "공유" 버튼 제거하는 방법
<style>
/* 고정형 공유 버튼 제거 */
.post-action,
.post-action-item,
.post-action .share,
.post-action .share svg,
.post-action .share::before,
.post-action .share::after {
display: none !important;
visibility: hidden !important;
}
/* 모바일에서도 제거 */
.mobile-share,
.post-share {
display: none !important;
}
</style>
댓글 쓰기