본문 바로가기

티스토리 코멘트 부분 네임카드 안보이게 하기

/* 포스팅 하단 네임카드 숨김 처리 */
[data-tistory-react-app='Namecard'] {
  display: none;
}