최신게시물 에서 맨앞에 아이콘(왼쪽화살표)을 없애고 싶습니다. 도와주세요
답변 2개
해당 최신글 스킨 폴더에 있는 style.php 파일에서 아래 내용 삭제.
.<?php echo $css?> ul li:before {
font-family:FontAwesome;
font-weight:normal;
font-style:normal;
display:inline-block;
text-decoration:inherit;
content:"\f0da";
width:10px;
text-align:center;
margin-right:5px;
color:#888;
color:#e67e22;
color:#bdc3c7;
}
/skin/latest/ 안에 사용하시는 스킨 소스에서 사용하시는 스킨 폴더 안에 latest.skin.php 라고 있습니다
그 페이지에서 소스 찾아서 삭제 하시면 됩니다
답변을 작성하려면 로그인이 필요합니다.
