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

영카트 질문 채택완료

ㅁㅇㅁㅇㅁㅇ 8년 전 조회 9,650

영카트 제품 상세 페이지

글자 없애는 거랑 글자를 좀 바꾸고 싶은데 어디서 하나요?

  • http://knt777.com/shop/item.php?it_id=1492656118#sit_inf" class="sanchor_on" style="text-decoration-line: none; display: inline-block; border: 0px; background: rgb(218, 49, 48); padding: 10px 0px; height: 20px; width: 120px; line-height: 20px; text-align: center; margin-top: 0px; color: rgb(255, 255, 255) !important;">상품정보
  • http://knt777.com/shop/item.php?it_id=1492656118#sit_use" style="color: rgb(0, 0, 0); text-decoration-line: none; display: inline-block; border-left: 1px solid rgb(233, 233, 233); background: white; padding: 0px 7px; height: 20px; width: 120px; line-height: 20px; text-align: center; margin-top: 10px;">사용후기 0
  • http://knt777.com/shop/item.php?it_id=1492656118#sit_qa" style="color: rgb(0, 0, 0); text-decoration-line: none; display: inline-block; border-left: 1px solid rgb(233, 233, 233); background: white; padding: 0px 7px; height: 20px; width: 120px; line-height: 20px; text-align: center; margin-top: 10px;">상품문의 0
  • http://knt777.com/shop/item.php?it_id=1492656118#sit_dvr" style="color: rgb(255, 255, 255); text-decoration-line: none; display: inline-block; border-left: 1px solid rgb(233, 233, 233); background: rgb(98, 104, 112); padding: 10px 0px; height: 20px; width: 120px; line-height: 20px; text-align: center; margin-top: 0px;">배송정보
  • http://knt777.com/shop/item.php?it_id=1492656118#sit_ex" style="color: rgb(0, 0, 0); text-decoration-line: none; display: inline-block; border-left: 1px solid rgb(233, 233, 233); background: white; padding: 0px 7px; height: 20px; width: 120px; line-height: 20px; text-align: center; margin-top: 10px;">교환정보
  •  

     

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

답변 1개

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

/shop/item.php 파일 

 

    <ul class="sanchor">

        <li><a href="#sit_inf" <?php if ($anc_id == 'inf') echo 'class="sanchor_on"'; ?>>상품정보</a></li>

        <li><a href="#sit_use" <?php if ($anc_id == 'use') echo 'class="sanchor_on"'; ?>>사용후기 <span class="item_use_count"><?php echo $item_use_count; ?></span></a></li>

        <li><a href="#sit_qa" <?php if ($anc_id == 'qa') echo 'class="sanchor_on"'; ?>>상품문의 <span class="item_qa_count"><?php echo $item_qa_count; ?></span></a></li>

        <?php if ($default['de_baesong_content']) { ?><li><a href="#sit_dvr" <?php if ($anc_id == 'dvr') echo 'class="sanchor_on"'; ?>>배송정보</a></li><?php } ?>

        <?php if ($default['de_change_content']) { ?><li><a href="#sit_ex" <?php if ($anc_id == 'ex') echo 'class="sanchor_on"'; ?>>교환정보</a></li><?php } ?>

        <?php if($default['de_rel_list_use']) { ?>

        <li><a href="#sit_rel" <?php if ($anc_id == 'rel') echo 'class="sanchor_on"'; ?>>관련상품 <span class="item_relation_count"><?php echo $item_relation_count; ?></span></a></li>

        <?php } ?>

    </ul>

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

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

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

로그인