기획전

쇼핑몰 노하우(7)

자주묻는질문 디자인 관리 모바일 메인, 기획전, 상품 검색, 상품분류 (썸네일형) 페이지에 적립금 항목을 노출하고 싶은데 어떻게 해야 되나요?

해당 페이지의 디자인 HTML 소스를 수정해야 돼요. 자세한 내용은 아래 내용을 참고해 주세요. 자세히 알아보기 공통 추가 사항 [관리자] 디자인 > 디자인 보관함 으로 이동 후, '모바일(탭)' 을 선택하여 수정이 필요한 디자인의 '편집' 버튼을 클릭해 주세요. 스마트디자인 편집창의 왼쪽 아래 검색창에 'ec-base-product.css'을 검색하여 해당 페이지를 열어주세요. ▼ 아래와 같이 소스를 추가해 주세요. .ec-base-product .description { min-height:10px; margin:0 7px; line-height:1em; text-align:left; }.ec-base-product .description .name { line-height:1.3em; word-wrap:break-word; margin:0 0 7px; }.ec-base-product .description .name a { font-size:13px; color:#1b1b1b; }.ec-base-product .description .icon { margin:0 0 7px; }.ec-base-product .description .icon img { margin:0 4px 0 0; }.ec-base-product .description .icon .icon_img { margin:0 0 2px; }.ec-base-product .description .price { font-size:12px; margin:0 0 7px; }.ec-base-product .description .strike,.ec-base-product .description .mPriceStrike { text-decoration:line-through; }.ec-base-product .description .mileage { display:inline-block; }.ec-base-product .description li.cart { margin:0 0 7px; }.ec-base-product .description .color { overflow:hidden; margin:0; }.ec-base-product .description .color .chips { float:left; width:12px; height:10px; margin:0 2px 2px 0; font-size:0; line-height:0; border:1px solid #e3e3e3; }.ec-base-product .description .likeButton button { border:0; background:none; }.ec-base-product .description .likeButton button strong { margin:0 0 0 3px; font-size:11px; line-height:20px; color:#757575; }.ec-base-product .description .likeButton.selected button strong { line-height:20px; color:#2e2e2e; } 스마트디자인 편집창 상단의 '저장' 버튼을 클릭해 주세요.

쇼핑몰 매뉴얼(5)