답변 1개
채택된 답변
+20 포인트
7년 전
theme/basic/skin/latest/basic - 게시판 최신글
theme/basic/skin/latest/gallery - 갤러리 최신글 입니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 5개
�
도르a
7년 전
�
뒷집돌쇠
7년 전
style.css 파일을 에디터로 여신 후
[code]
.lat li {position:relative;line-height:18px;padding:3px 0;padding-right:50px;padding-left:10px;position:relative}
[/code]
이곳에 color:#색상값 을 추가하시면 될것 같습니다.
[code]
.lat li {position:relative;line-height:18px;padding:3px 0;padding-right:50px;padding-left:10px;position:relative}
[/code]
이곳에 color:#색상값 을 추가하시면 될것 같습니다.
�
도르a
7년 전
.lat li {position:relative;line-height:18px;padding:3px 0;padding-right:50px;padding-left:10px;position:relative; color: #ffffff }
이렇게 color을 넣어도 안바뀌더라구요 흐긓ㄱ
이렇게 color을 넣어도 안바뀌더라구요 흐긓ㄱ
�
뒷집돌쇠
7년 전
편법으로다가 이렇게 할 수도 있습니다.
latest.skin.php 파일에서
[code]
echo $list[$i]['subject'];
[/code]
이 부분을
[code]
echo "<font color='#a22121'>".$list[$i]['subject']."</font>";
[/code]
이렇게 하셔도 됩니다.
latest.skin.php 파일에서
[code]
echo $list[$i]['subject'];
[/code]
이 부분을
[code]
echo "<font color='#a22121'>".$list[$i]['subject']."</font>";
[/code]
이렇게 하셔도 됩니다.
�
도르a
7년 전
우와! 그런방법이 있군요 ㅎㅎ
감사합니당 ㅜㅜ 덕분에 해결됬어요
감사합니당 ㅜㅜ 덕분에 해결됬어요
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
혹시 추출되는 게시글의 색이 검정색에서 다른색으로 바꾸고싶은데 css에서 어느부분인지 아시나요 ?ㅠㅠ 아무리 찾아도 모르겠네요 ㅜ