F9keNdht0AVQcppuf3xI7OoXlUQKLJAilfe6CEVo
Bookmark
📚
모의고사 자료실고1, 고2, 고3 영어 분석노트 / 변형문제 / 모의고사 단어 / 부교재 단어 / 원본 시험지
NEW

최근글+댓글
최근 글 모두 보기 →

불러오는 중…

최근 댓글

자료에서 궁금한 부분은 댓글로 남겨주세요. 확인 후 답변드립니다.

불러오는 중…

Igniplex "Dengarkan" 버튼 제거하는 방법



Igniplex "Dengarkan" 버튼 제거하는 방법

  1. Blogger 대시보드 → 테마 > HTML 편집

  2. speech를 검색 (Ctrl + F)

  3. 아래 코드 찾기:

 

<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>

댓글 쓰기
태그