메인페이지에서 나오는 추천상품,최신상품,인기상품.....등의 리스트에 나오는 상품명과 기본설명
그리고 카테고리에 나오는 상품리스트에 나오는 상품명과 기본설명의
색상을 다르게 하고 싶습니다.
예를 들어서
상품명은 지금처럼 검정색
기본설명은 회색으로 하고자 할때 어디를 수정하면 되는지요?
|
답변 1개
채택된 답변
+20 포인트
2014-11-22 (토) 13:55:02
skin/shop/basic/style.css
10 스킨의 경우...
Copy
/* 상품 목록 스킨 10 */.sct_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0}.sct_10 .sct_last {margin:0 0 15px !important}.sct_10 .sct_clear {clear:both}.sct_10 .sct_a {display:inline-block;position:relative;text-decoration:none}.sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none}.sct_10 .sct_img {margin:0 0 10px}.sct_10 .sct_txt {margin:0 0 5px}.sct_10 .sct_icon {margin:0 0 10px}.sct_10 .sct_id {display:block;margin:0 0 5px}.sct_10 .sct_basic {margin:0 0 10px}.sct_10 .sct_cost {display:block;margin:0 0 10px;font-weight:bold}.sct_10 .sct_cost strike {display:block;margin:0 0 5px;color:#999;font-weight:normal}.sct_10 .sct_sns {}
'sct_txt'가 제목이니... 다른 원하는 항목에 색상값을 넣으면...
혹, 입력한 색상값이 먹히지않으면...
color:#ccc !important
식으로 '!important'를 삽입해보세요.
답변을 작성하려면 로그인이 필요합니다.