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>

Post a Comment

다음 이전

RANDOM / BY LABEL (Style 1)

RANDOM / BY LABEL (Style 2)