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

상품리스트 에서 상단의 $g5['title'] 은 어디에서 출력 되나요? 채택완료

따라하기 10년 전 조회 2,919

이거 글자 크기나 색상을 좀 바꾸려고 하는데..

어디서 출력 되나요? 

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

답변 1개

채택된 답변
+20 포인트

shop/shop.head.php 파일 하단 

 

------------------------------------------------

    <!-- 콘텐츠 시작 { -->

     <div id="container">

 

        <?php if ((!$bo_table || $w == 's' ) && !defined('_INDEX_')) { ?><div id="wrapper_title"><?//php echo $g5['title'] ?></div><?php } ?>

        <!-- 글자크기 조정 display:none 되어 있음 시작 { -->

        <div id="text_size">

            <button class="no_text_resize" onclick="font_resize('container', 'decrease');">작게</button>

            <button class="no_text_resize" onclick="font_default('container');">기본</button>

            <button class="no_text_resize" onclick="font_resize('container', 'increase');">크게</button>

        </div>

        <!-- } 글자크기 조정 display:none 되어 있음 끝 --> 

 ------------------------------------------------

 

 

이부분일 겁니다.

 

css/default_shop.css 파일 90~100줄사이 아래부분의 #wrapper_title​ 이부분을 수정해보세요.

 

 

/* 중간 레이아웃 */

#wrapper {z-index:5;margin:10px auto;width:1100px;zoom:1}

#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#wrapper_title {margin-bottom:20px;font-size:1.2em;font-weight:bold} 

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

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

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

로그인