최신글 (메인)의 폰트색상과 링크색상 변경하고 싶어요 도와주세요 정보
최신글 (메인)의 폰트색상과 링크색상 변경하고 싶어요 도와주세요본문
댓글 전체

주소를 알려주셔야 봐드릴텐데요..
적당한 위치에 다음과 같이 넣어줘도 될 것 같아요.
<style type="text/css">
a:link, a:visited, a:active {text-decoration:none;color:#000;}
a:hover {text-decoration:underline;}
</style>
적당한 위치에 다음과 같이 넣어줘도 될 것 같아요.
<style type="text/css">
a:link, a:visited, a:active {text-decoration:none;color:#000;}
a:hover {text-decoration:underline;}
</style>