기본설명 부분의 텍스트 색상을 바꾸고 싶어요
본문
기본설명 부분의 텍스트 색상을 바꾸고 싶어서
아래와 같은 질문과 답을 확인하였는데요.
변화가 없는거 같아서요.
기본 설명 부분을 다른 색상으로 변경하고 싶어서요.
조언 좀 부탁드립니다.
skin/shop/basic/style.css
/* 상품 목록 스킨 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'를 삽입해보세요.
답변 2
기본 설명은 sct_txt 가 아니라 sct_basic 입니다.
여기에 해주세요. 해보니까 잘 되네요.
.sct_10 .sct_basic {margin:0 0 10px;color:#ccc !important}
.sct_10 .sct_txt {margin:0 0 5px; color:#ccc !important;}