head부분 수정

head부분 수정

QA

head부분 수정

답변 2

본문

b182ccbe20a8ee09116ed836a472e368_1479031823_0955.PNG
화면에서 위에 보이는 가가가를 없애고 싶어서

head.php 에서

<div id="text_size">

            <!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); -->

            <button id="size_down" onclick="font_resize('container', 'ts_up ts_up2', '');"><img src="<?php echo G5_URL; ?>/img/ts01.gif" alt="기본"></button>

            <button id="size_def" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');"><img src="<?php echo G5_URL; ?>/img/ts02.gif" alt="크게"></button>

            <button id="size_up" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');"><img src="<?php echo G5_URL; ?>/img/ts03.gif" alt="더크게"></button>

        </div>

이 부분을 통째로 삭제했는데도 계속 보이는 이유가 뭐죠..?ㅠㅠ

다른 부분도 건드려야 하는건가요??? 알려주세요 ㅠㅠ

이 질문에 댓글 쓰기 :

답변 2

최소 설치시에 테마가 적용 되어 있습니다.

/head.php 가 아니라 /theme/basic/head.php 를 수정하셔야 합니다. 

답변을 작성하시기 전에 로그인 해주세요.
전체 2
© SIRSOFT
현재 페이지 제일 처음으로