테스트 사이트 - 개발 중인 베타 버전입니다

상품명과 기본설명 글자색 다르게 하고 싶어요 채택완료

무천 10년 전 조회 5,049

메인페이지에서 나오는       추천상품,최신상품,인기상품.....등의 리스트에 나오는 상품명과  기본설명

그리고 카테고리에 나오는   상품리스트에  나오는 상품명과 기본설명의

 

색상을 다르게 하고 싶습니다.

예를 들어서

 

상품명은 지금처럼 검정색  

기본설명은 회색으로 하고자 할때 어디를 수정하면 되는지요?

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
f
10년 전

skin/shop/basic/style.css 

 

10 스킨의 경우...

 

/* 상품 목록 스킨 10 */</p><p>.sct_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0}</p><p>.sct_10 .sct_last {margin:0 0 15px !important}</p><p>.sct_10 .sct_clear {clear:both}</p><p>.sct_10 .sct_a {display:inline-block;position:relative;text-decoration:none}</p><p>.sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}</p><p>.sct_10 .sct_img {margin:0 0 10px}</p><p>.sct_10 .sct_txt {margin:0 0 5px}</p><p>.sct_10 .sct_icon {margin:0 0 10px}</p><p>.sct_10 .sct_id {display:block;margin:0 0 5px}</p><p>.sct_10 .sct_basic {margin:0 0 10px}</p><p>.sct_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}</p><p>.sct_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}</p><p>.sct_10 .sct_sns {}

 

'sct_txt'가 제목이니... 다른 원하는 항목에 색상값을 넣으면...

 

혹, 입력한 색상값이 먹히지않으면...

color:#ccc !important

식으로 '!important'를 삽입해보세요.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인