환경설정(블로그 주소/manage) - 좌측 메뉴 중간에 스킨 편집 - 우측 상단에 html 편집 - 우측 상단에 CSS 에서 a { background-color: transparent; } 위의 부분을 아래와 같이 변경 a { color: #2E2E2E !important; text-decoration: none !important; } 하고, 우측 상단의 적용 클릭하면 됩니다. text-decoration: none !important; 이부분이 언더라인을 제거하는 부분이고, #2E2E2E 는 기존에 링크 색상을 변경하는 색상으로 자세한 색상 정보는 https://html-color-codes.info/Korean/ 를 참고 바랍니다.